Skip to content

Commit

Permalink
Updates toolchain version (#345)
Browse files Browse the repository at this point in the history
Co-authored-by: William Freudenberger <william@kilt.io>
(cherry picked from commit 8bbb261)
  • Loading branch information
ggera authored and ntn-x2 committed Jun 23, 2022
1 parent 9ea889d commit 73f1b66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ set -e
echo "*** Initializing WASM build environment"

if [ -z $CI_PROJECT_NAME ] ; then
rustup install nightly-2021-11-08
rustup install nightly-2022-01-08
rustup update stable
fi
rustup target add wasm32-unknown-unknown --toolchain nightly-2021-11-08
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-01-08
rustup target add wasm32-unknown-unknown --toolchain stable
rustup override set nightly-2021-11-08 --path $BASEDIR/..
rustup override set nightly-2022-01-08 --path $BASEDIR/..

0 comments on commit 73f1b66

Please sign in to comment.