Skip to content

Commit 9456213

Browse files
committed
ops: install wasm-pack from source
1 parent cee37bf commit 9456213

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Cache Cargo dependencies
8080
uses: Swatinem/rust-cache@v2
8181
- name: Install wasm-pack
82-
run: curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
82+
run: cargo install wasm-pack
8383
- name: Run browser headless tests
8484
run: wasm-pack test --firefox --headless
8585

0 commit comments

Comments
 (0)