Skip to content

Commit

Permalink
allow nightly support in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed May 28, 2024
1 parent 38377a9 commit fac90f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ echo "*** Initializing WASM build environment"
rustup update $RUST_TOOLCHAIN

rustup toolchain install $RUST_TOOLCHAIN
rustup toolchain install nightly
rustup default $RUST_TOOLCHAIN
rustup component add rustfmt

Expand Down

0 comments on commit fac90f5

Please sign in to comment.