Skip to content

Commit 5844f8a

Browse files
committed
Reinstate missing "install wasm-pack" step from CI
This was added in e0a4d2c (no associated PR) (Dec 2020).
1 parent b92f6f0 commit 5844f8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
toolchain: ${{ matrix.rust }}
8282
override: true
8383
components: rust-src
84+
- name: Install wasm-pack
85+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
8486
- name: Running WASM tests
8587
env:
8688
DO_WASM: true

0 commit comments

Comments
 (0)