Fix wasm-pack error about not being installed

This commit is contained in:
wtfsck 2021-07-08 15:12:09 +02:00
parent 4b87bbcfa5
commit 70be9d4c70
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ jobs:
- name: Install wasm-pack
shell: bash
run: npm install -g wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build and test
shell: bash

View File

@ -110,7 +110,7 @@ jobs:
- name: Install wasm-pack
shell: bash
run: npm install -g wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build and test
shell: bash