Skip to content

Commit 036b777

Browse files
committed
gh-actions: use npm to install wasm-pack
1 parent 75f924f commit 036b777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
target: wasm32-unknown-unknown
3838

3939
- name: Install wasm-pack
40-
run: curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
40+
run: npm install -g wasm-pack
4141

4242
- name: Install dependencies
4343
working-directory: ./frontend

0 commit comments

Comments
 (0)