This commit is contained in:
@@ -33,8 +33,9 @@ jobs:
|
||||
# Install rust toolchain
|
||||
- name: Install Rust
|
||||
run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||
source "$HOME/.cargo/env"
|
||||
rustc --version
|
||||
cargo --version
|
||||
wasm-pack --version
|
||||
|
||||
Reference in New Issue
Block a user