This commit is contained in:
Toshit Chawda 2024-10-12 17:18:49 -07:00
parent 1c1e446e52
commit 0518ef7f26
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D

View file

@ -16,10 +16,8 @@ jobs:
uses: actions/setup-node@v4 uses: actions/setup-node@v4
with: with:
node-version: "22" node-version: "22"
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.10.0
- name: install wbg - name: install wbg
run: cargo binstall --no-confirm wasm-bindgen-cli@0.2.95 run: cargo install wasm-bindgen-cli
- name: Setup Binaryen - name: Setup Binaryen
uses: Aandreba/setup-binaryen@v1.0.0 uses: Aandreba/setup-binaryen@v1.0.0
with: with: