Skip to content

Commit

Permalink
Update CI to install wasm-pack from binary (#3754)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-hansen authored May 7, 2023
1 parent 0f0044f commit f173575
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f173575

Please sign in to comment.