Skip to content

Commit 938e03c

Browse files
committed
CI: install wasm-tools before validate-wasm step
1 parent 1259865 commit 938e03c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ jobs:
7777
moon run src/trim -- "$(pwd)/$wasm" --source "$(pwd)/src/webapi.mjs"
7878
done
7979
80+
- name: Install wasm-tools
81+
run: |
82+
curl -LO https://github.com/bytecodealliance/wasm-tools/releases/download/v1.244.0/wasm-tools-1.244.0-x86_64-linux.tar.gz
83+
tar xzf wasm-tools-1.244.0-x86_64-linux.tar.gz
84+
sudo mv wasm-tools-1.244.0-x86_64-linux/wasm-tools /usr/local/bin/
85+
wasm-tools --version
86+
8087
- name: Validate wasm-gc binaries
8188
run: |
8289
fails=0

0 commit comments

Comments
 (0)