Skip to content

Commit

Permalink
update github action sqinn version
Browse files Browse the repository at this point in the history
  • Loading branch information
cvilsmeier committed Jan 6, 2024
1 parent c84fdc7 commit 6d20713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Download Sqinn
run: |
curl -L https://github.com/cvilsmeier/sqinn/releases/download/v1.1.27/dist-linux.zip --output /tmp/dist.zip
curl -L https://github.com/cvilsmeier/sqinn/releases/download/v1.1.30/dist-linux.zip --output /tmp/dist.zip
unzip /tmp/dist.zip -d /tmp/
chmod 755 /tmp/sqinn
Expand Down

0 comments on commit 6d20713

Please sign in to comment.