Skip to content

Commit

Permalink
fix(ci): download arkscript linux gcc 14
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Sep 22, 2024
1 parent faf1b8e commit 131329a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
shell: sh
run: |
wget -q $(curl -s https://api.github.com/repos/ArkScript-lang/Ark/releases?per_page=1 | grep "browser_download_url.*linux-clang-16.zip" | cut -d : -f 2,3 | tr -d \")
unzip -o linux-clang-16.zip
unzip -o linux-gcc-14.zip
chmod u+x ./arkscript
./arkscript --version
Expand Down

0 comments on commit 131329a

Please sign in to comment.