Skip to content

Commit 2347cba

Browse files
ci: install wasm-pack using official installer (#98)
1 parent 4a4e7be commit 2347cba

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,9 @@ jobs:
7777
profile: minimal
7878
toolchain: stable
7979
override: true
80-
- uses: actions-rs/cargo@v1
81-
with:
82-
command: install
83-
args: wasm-pack
80+
- name: Install wasm-pack
81+
run: |
82+
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
8483
- run: npm install
8584
working-directory: vscode
8685
- run: npm run package

0 commit comments

Comments
 (0)