We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3cabe0 commit 8cd74fbCopy full SHA for 8cd74fb
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,9 @@ jobs:
51
uses: Swatinem/rust-cache@v2
52
53
- name: Install wasm-pack
54
- run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
+ uses: taiki-e/install-action@v2
55
+ with:
56
+ tool: wasm-pack
57
58
- name: Install Bun
59
uses: oven-sh/setup-bun@v2
0 commit comments