Skip to content

Commit f439702

Browse files
committed
use cargo-binstall to install wasm-pack
1 parent 7814a45 commit f439702

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ jobs:
4848
uses: actions/setup-node@v4
4949
with:
5050
node-version: 20
51+
- name: Install cargo-binstall
52+
uses: cargo-bins/cargo-binstall@v1.16.3
5153
- name: Install dependencies
5254
run: |
53-
cargo install wasm-pack
55+
cargo binstall wasm-pack
5456
- name: Build
5557
run: |
5658
make build-wasm

0 commit comments

Comments
 (0)