mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Update CI to install wasm-pack from binary (#3754)
This commit is contained in:
parent
0f0044f358
commit
f173575427
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -172,14 +172,10 @@ 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: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user