Skip to content

Commit

Permalink
add stable wasm32-unknown-unknown target (#916)
Browse files Browse the repository at this point in the history
## Describe your changes

Fix the CI
  • Loading branch information
Gauthamastro committed Feb 20, 2024
2 parents dc53341 + 913f1cf commit 1d5ba1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if [ -z $CI_PROJECT_NAME ] ; then
rustup update stable
fi
rustup toolchain add nightly-2021-06-28
rustup target add wasm32-unknown-unknown --toolchain stable
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup target add wasm32-unknown-unknown --toolchain nightly-2021-06-28
rustup target add x86_64-unknown-linux-gnu --toolchain nightly-2021-06-28
Expand Down

0 comments on commit 1d5ba1a

Please sign in to comment.