Skip to content

Commit

Permalink
refactor: downgrade nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Jun 2, 2022
1 parent b7a0589 commit 88c123f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-05-31"
channel = "nightly-2022-04-20"
targets = [ "wasm32-unknown-unknown" ]
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-2022-05-31
rustup install nightly-2022-04-20
rustup update stable
fi
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-05-31
rustup target add wasm32-unknown-unknown --toolchain nightly-2022-04-20
rustup target add wasm32-unknown-unknown --toolchain stable
rustup override set nightly-2022-05-31 --path $BASEDIR/..
rustup override set nightly-2022-04-20 --path $BASEDIR/..

0 comments on commit 88c123f

Please sign in to comment.