Skip to content

Commit

Permalink
faster deno isntall in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Feb 9, 2022
1 parent 951d5f5 commit 8752851
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ressources/install_all_compilers_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ sudo apt install dotnet
export PATH=$PATH:$HOME/golang/go/bin/

# deno for typescript and javascript
cargo install deno --locked
# cargo install deno --locked # too long, takes 20 min!
curl -fsSL https://deno.land/x/install/install.sh | sh
cp $HOME/.deno/bin/* $HOME/.cargo/bin

0 comments on commit 8752851

Please sign in to comment.