Skip to content

Commit 888fbc3

Browse files
committed
ci: Install wasm pack
1 parent f956bf1 commit 888fbc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,12 @@ jobs:
101101
with:
102102
cache-on-failure: true
103103
- uses: dcarbone/install-jq-action@v3
104+
104105
- name: Run Wasm checks
105106
run: |
106107
sudo apt update && sudo apt install gcc-multilib
107108
.github/scripts/check_wasm.sh
109+
- name: Install Wasm Pack
110+
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
108111
- name: Build wasm package
109112
run: .github/scripts/make_package.sh

0 commit comments

Comments
 (0)