Skip to content

Commit

Permalink
fix wasm-pack msrv compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec authored and KPrasch committed Aug 27, 2023
1 parent 5b7b388 commit 892a7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nucypher-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
override: true
- run: cargo install wasm-opt wasm-pack
- run: cargo install wasm-opt wasm-pack@0.12.0
- run: cd ../nucypher-core-wasm && wasm-pack test --node

yarn-test:
Expand Down

0 comments on commit 892a7c9

Please sign in to comment.