mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 15:40:02 -04:00
Update main.yml
This commit is contained in:
parent
64a7e7e2fe
commit
4aea00ca99
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue