Skip to content

Commit

Permalink
Updated init script to download toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsso committed Aug 19, 2021
1 parent 6f132d1 commit 457940a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ if [ -z $CI_PROJECT_NAME ] ; then
rustup update nightly
rustup update stable
fi

rustup toolchain add nightly-2021-05-11
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup target add wasm32-unknown-unknown --toolchain nightly-2021-05-11
rustup target add x86_64-unknown-linux-gnu --toolchain nightly-2021-05-11

0 comments on commit 457940a

Please sign in to comment.