mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-14 06:50:01 -04:00
Update main.yml
This commit is contained in:
parent
55f311ac3c
commit
2bc5f77e69
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -16,10 +16,10 @@ jobs:
|
|||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "22"
|
||||
- name: Setup Rust Toolchain
|
||||
run: |
|
||||
cargo install wasm-bindgen-cli
|
||||
sudo apt-get update && sudo apt-get install -y binaryen
|
||||
- name: install wbg
|
||||
run: cargo install wasm-bindgen-cli
|
||||
- name: Setup Binaryen
|
||||
uses: Aandreba/setup-binaryen@v1.0.0
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue