Skip to content

Commit 6983ede

Browse files
committed
Install wasm-pack in CI
1 parent 99f39b5 commit 6983ede

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
node-version: ${{ matrix.node-version }}
2525
- name: Install
2626
run: |
27+
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
2728
corepack enable
2829
pnpm install
2930
- name: Test

0 commit comments

Comments
 (0)