Skip to content

Commit

Permalink
CI: use prebuilt wasm-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Sep 19, 2023
1 parent 060d8ff commit 5ac8e96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 14
- name: Install "wasm-pack"
uses: taiki-e/install-action@v2
with:
tool: wasm-pack
- name: Update lockfile
run: cargo generate-lockfile ${{ matrix.versions }}
env:
RUSTC_BOOTSTRAP: 1
- run: which wasm-pack || cargo +stable install wasm-pack
- run: wasm-pack test --node

build-cross:
Expand Down

0 comments on commit 5ac8e96

Please sign in to comment.