Skip to content

Commit

Permalink
Use latest version of wasm-pack in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reinterpretcat committed Jul 24, 2023
1 parent 017a805 commit c37fcd2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ jobs:

- name: Build WebAssembly
run: |
# curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
# see https://github.com/rustwasm/wasm-pack/issues/823#issuecomment-1242611318
cargo install --git https://github.com/frewsxcv/wasm-pack.git --branch patch-2
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
cd vrp-cli
wasm-pack build --target web
Expand Down

0 comments on commit c37fcd2

Please sign in to comment.