Update main.yml

This commit is contained in:
Toshit 2024-10-12 17:07:32 -07:00 committed by GitHub
parent 55f311ac3c
commit 2bc5f77e69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,10 +16,10 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "22" node-version: "22"
- name: Setup Rust Toolchain - name: install wbg
run: | run: cargo install wasm-bindgen-cli
cargo install wasm-bindgen-cli - name: Setup Binaryen
sudo apt-get update && sudo apt-get install -y binaryen uses: Aandreba/setup-binaryen@v1.0.0
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install