Skip to content

Commit

Permalink
fix: install wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomblin committed Feb 20, 2024
1 parent 879749b commit 58b1d1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install wasm-pack
run: cargo install wasm-pack

- name: Build WebAssembly for ${{ matrix.target }}
run: |
cd wasm
Expand Down

0 comments on commit 58b1d1a

Please sign in to comment.