Update main.yml

This commit is contained in:
Toshit 2024-10-12 17:12:46 -07:00 committed by GitHub
parent 37bd49f517
commit e5998ed63c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
- name: Install cargo-binstall - name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.10.0 uses: cargo-bins/cargo-binstall@v1.10.0
- name: install wbg - name: install wbg
run: cargo binstall wasm-bindgen-cli run: cargo binstall --no-confirm 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: