diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b174f38abd2..c10994356af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -172,18 +172,15 @@ jobs: - name: checkout repo uses: actions/checkout@v3 - # TODO: replace with this once there is a release containing this PR: - # https://github.com/rustwasm/wasm-pack/pull/1185 - # - name: Install wasm-pack - # uses: taiki-e/install-action@v2 - # with: - # tool: wasm-pack - - name: install wasm-pack - run: cargo install --git https://github.com/rustwasm/wasm-pack --rev e1010233b0ce304f42cda59962254bf30ae97c3e wasm-pack + - name: Install wasm-pack + uses: taiki-e/install-action@v2 + with: + tool: wasm-pack - name: execute tests run: | cd wgpu + wasm-pack --version wasm-pack test --headless --chrome --features webgl gpu-test: