Update main.yml

This commit is contained in:
Toshit 2024-10-12 16:54:32 -07:00 committed by GitHub
parent 64a7e7e2fe
commit 4aea00ca99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,7 +18,8 @@ jobs:
node-version: "22"
- name: Setup Rust Toolchain
run: |
rustup toolchain install stable --profile minimal
rustup toolchain install nightly --profile minimal
rustup component add rust-src
rustup target add wasm32-unknown-unknown
cargo install wasm-bindgen-cli
sudo apt-get update && sudo apt-get install -y binaryen