Skip to content

Commit 13515c0

Browse files
committed
Specify the GHC version of the tool on the command-line
1 parent 8eb4b67 commit 13515c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
run: |
2424
if [[ ${{ inputs.ghc }} =~ ^(9.6.6|9.8.2|9.10.1)$ ]]
2525
then
26-
wget -q https://github.com/Kleidukos/print-api/releases/download/v${{ inputs.version }}/print-api-${{ inputs.version }}-Linux-static-x86_64.tar.gz
26+
wget -q https://github.com/Kleidukos/print-api/releases/download/v${{ inputs.version }}/print-api-${{ inputs.version }}-Linux-static-${{ inputs.ghc }}-x86_64.tar.gz
2727
tar -xzvf print-api-${{ inputs.version}}-Linux-static-x86_64.tar.gz
2828
chmod +x print-api
2929
./print-api --package-name ${{ inputs.package-name }} > actual-interface.txt

0 commit comments

Comments
 (0)