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
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