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 bf39baa commit 4878da1Copy full SHA for 4878da1
action.yml
@@ -18,14 +18,12 @@ inputs:
18
runs:
19
using: "composite"
20
steps:
21
- - name: Checkout base repo
22
- uses: actions/checkout@v4
23
- name: Set up the binary
24
shell: bash
25
run: |
26
if [[ ${{ inputs.ghc }} =~ ^(9.6.6|9.8.2|9.10.1)$ ]]
27
then
28
- wget -q https://github.com/Kleidukos/print-api/releases/download/v0.0.1.0/print-api-0.1.0.0-Linux-static-x86_64.tar.gz
+ wget -q https://github.com/Kleidukos/print-api/releases/download/v${{ inputs.version }}/print-api-${{ inputs.version }}-Linux-static-x86_64.tar.gz
29
tar -xzvf print-api-${{ inputs.version}}-Linux-static-x86_64.tar.gz
30
chmod +x print-api
31
cabal install -j ${{ inputs.package-name }}
0 commit comments