Skip to content

Commit

Permalink
Merge pull request #101 from arkedge/install-wasm-pack-in-release-wor…
Browse files Browse the repository at this point in the history
…kflow

Install missing wasm-pack in release workflow
  • Loading branch information
KOBA789 authored Mar 12, 2024
2 parents e75c33a + 6097cae commit 73a18a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
run: |
cargo install --locked cargo-about
- name: Install wasm-pack
run: |
cargo install --locked wasm-pack
- name: Build
run: |
cargo build --target=${{ matrix.target }} --release --locked
Expand Down

0 comments on commit 73a18a3

Please sign in to comment.