We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3ad18 commit 8eb4b67Copy full SHA for 8eb4b67
action.yml
@@ -26,8 +26,7 @@ runs:
26
wget -q https://github.com/Kleidukos/print-api/releases/download/v${{ inputs.version }}/print-api-${{ inputs.version }}-Linux-static-x86_64.tar.gz
27
tar -xzvf print-api-${{ inputs.version}}-Linux-static-x86_64.tar.gz
28
chmod +x print-api
29
- cabal install -j ${{ inputs.package-name }}
30
- ./print-api --package-name ${{ inputs.package-name }} --package-db=${{ inputs.package-database }} > actual-interface.txt
+ ./print-api --package-name ${{ inputs.package-name }} > actual-interface.txt
31
diff ${{ inputs.expected-interface }} actual-interface.txt
32
else
33
echo "GHC version not supported, not running."
0 commit comments