This commit is contained in:
@@ -33,12 +33,11 @@ jobs:
|
|||||||
# Install rust toolchain
|
# Install rust toolchain
|
||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh
|
||||||
sudo apt-get install -y curl build-essential ca-certificates gcc libc6-dev pkg-config libssl-dev
|
chmod +x rustup.sh
|
||||||
sudo apt-get install -y rustup
|
./rustup.sh -y
|
||||||
rustup install stable --no-self-update --profile minimal
|
|
||||||
source "$HOME/.cargo/env"
|
|
||||||
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
|
|
||||||
rustc --version
|
rustc --version
|
||||||
cargo --version
|
cargo --version
|
||||||
|
|
||||||
|
curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
|
||||||
wasm-pack --version
|
wasm-pack --version
|
||||||
|
|||||||
Reference in New Issue
Block a user