Update main.yml

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

View file

@ -20,6 +20,8 @@ jobs:
run: cargo install wasm-bindgen-cli 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:
token: ${{ github.token }}
- name: Install dependencies - name: Install dependencies
run: npm install run: npm install