mirror of https://github.com/icedland/iced.git
Fix wasm-pack error about not being installed
This commit is contained in:
parent
4b87bbcfa5
commit
70be9d4c70
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue