Update CI to install wasm-pack from binary (#3754)

This commit is contained in:
Paul Hansen 2023-05-07 01:08:50 -05:00 committed by GitHub
parent 0f0044f358
commit f173575427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |