Skip to content

Commit

Permalink
fix error if wasm-pack already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-weir committed Jan 21, 2024
1 parent 71b39e7 commit 3b6cf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install wasm-pack
run: cargo install wasm-pack
run: cargo install wasm-pack || true
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 3b6cf7e

Please sign in to comment.