We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee37bf commit 9456213Copy full SHA for 9456213
1 file changed
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Cache Cargo dependencies
80
uses: Swatinem/rust-cache@v2
81
- name: Install wasm-pack
82
- run: curl https://drager.github.io/wasm-pack/installer/init.sh -sSf | sh
+ run: cargo install wasm-pack
83
- name: Run browser headless tests
84
run: wasm-pack test --firefox --headless
85
0 commit comments