Skip to content

Commit

Permalink
Update clojurescript.yml
Browse files Browse the repository at this point in the history
in case wget fails
  • Loading branch information
cooljeanius authored Jun 18, 2024
1 parent aed419c commit 2ced404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clojurescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- run: if test -x "$(which add-apt-repository)"; then add-apt-repository --help; else echo "skipping anything about add-apt-repository"; fi
- run: (sudo apt update || sudo apt-get update)
- run: sudo apt-get install -y --fix-missing libjavascriptcoregtk-4.0-bin npm mlocate findutils clojure
- run: wget https://aka.ms/chakracore/cc_linux_x64_1_8_1 -O chakra-core.tar.gz
- run: wget https://aka.ms/chakracore/cc_linux_x64_1_8_1 -O chakra-core.tar.gz || curl https://aka.ms/chakracore/cc_linux_x64_1_8_1 -o chakra-core.tar.gz
- run: tar xvzf chakra-core.tar.gz
- run: wget https://github.com/oracle/graal/releases/download/vm-1.0.0-rc12/graalvm-ce-1.0.0-rc12-linux-amd64.tar.gz
- run: tar xzf graalvm-ce-1.0.0-rc12-linux-amd64.tar.gz
Expand Down

0 comments on commit 2ced404

Please sign in to comment.