Skip to content
Snippets Groups Projects
Unverified Commit 5322aa1e authored by Xiliang Chen's avatar Xiliang Chen Committed by GitHub
Browse files

Update init.sh

The instruction on readme explicitly depends on nightly-2020-10-05
parent 946a062f
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ set -e ...@@ -5,8 +5,8 @@ set -e
echo "*** Initializing WASM build environment" echo "*** Initializing WASM build environment"
if [ -z $CI_PROJECT_NAME ] ; then if [ -z $CI_PROJECT_NAME ] ; then
rustup update nightly rustup install nightly-2020-10-05
rustup update stable rustup update stable
fi fi
rustup target add wasm32-unknown-unknown --toolchain nightly rustup target add wasm32-unknown-unknown --toolchain nightly-2020-10-05
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment