Skip to content

Commit 73e15bd

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
toolchain: ${{ matrix.rust }}
8484
override: true
8585
components: rust-src
86+
- name: Install wasm-pack
87+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
8688
- name: Running WASM tests
8789
env:
8890
DO_WASM: true

0 commit comments

Comments
 (0)