Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r58Playz authored Oct 12, 2024
1 parent 64a7e7e commit 4aea00c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4aea00c

Please sign in to comment.