Skip to content

Commit

Permalink
Merge pull request #53 from ergoplatform/fix-existing-wasm-pack-error
Browse files Browse the repository at this point in the history
fix error if wasm-pack already installed
  • Loading branch information
ross-weir authored Jan 21, 2024
2 parents 71b39e7 + 3b6cf7e commit 32a3157
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 32a3157

Please sign in to comment.