Skip to content

Commit 8cd74fb

Browse files
committed
feat: replace wasm-pack installation script with action for improved reliability
1 parent e3cabe0 commit 8cd74fb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
uses: Swatinem/rust-cache@v2
5252

5353
- name: Install wasm-pack
54-
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
54+
uses: taiki-e/install-action@v2
55+
with:
56+
tool: wasm-pack
5557

5658
- name: Install Bun
5759
uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)