Skip to content

Commit

Permalink
chore(ci): fix incompatible wasm-pack version
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Aug 1, 2023
1 parent dc9d81a commit 85fd8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
toolchain: ${{ matrix.rust }}
target: ${{ matrix.target }}
override: true
- run: cargo install wasm-pack
- run: cargo install --version 0.11.1 wasm-pack
- run: wasm-pack test --node
working-directory: ferveo-wasm

Expand Down

0 comments on commit 85fd8f9

Please sign in to comment.