This commit is contained in:
@@ -33,8 +33,9 @@ jobs:
|
|||||||
# Install rust toolchain
|
# Install rust toolchain
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: |
|
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
|
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||||
|
source "$HOME/.cargo/env"
|
||||||
rustc --version
|
rustc --version
|
||||||
cargo --version
|
cargo --version
|
||||||
wasm-pack --version
|
wasm-pack --version
|
||||||
|
|||||||
Reference in New Issue
Block a user