diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ef2319..c848cee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,9 +16,7 @@ jobs: - uses: actions/checkout@v2 - name: Install wasm-pack - uses: jetli/wasm-pack-action@v0.3.0 - with: - version: 'latest' + run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - name: Test WASM in-browser run: wasm-pack test --firefox --chrome --headless