Skip to content

Commit

Permalink
Remove obsolete wasm-pack workaround
Browse files Browse the repository at this point in the history
Workspace inheritance is supported by wasm-pack v0.13, so the workaround which installs a branch version isn't necessary anymore.
  • Loading branch information
haraldreingruber authored Apr 25, 2023
1 parent 2571af9 commit 0c3acad
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c3acad

Please sign in to comment.