Skip to content

Commit

Permalink
build: pin to wasm-pack 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiix committed Sep 5, 2021
1 parent c121f7a commit 3ec4ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Install wasm-pack
uses: jetli/wasm-pack-action@v0.3.0
with:
version: 'latest'
version: '0.10.0'
- name: Build binary
run: |
rustup target add wasm32-unknown-unknown
Expand Down

0 comments on commit 3ec4ae6

Please sign in to comment.