Skip to content

Commit fce0249

Browse files
committed
Try to update wasm
1 parent 7e6a110 commit fce0249

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ jobs:
7979
run: curl https://wasmtime.dev/install.sh -sSf | bash
8080
- name: Install WASI SDK
8181
run: |
82-
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-12/wasi-sysroot-12.0.tar.gz
83-
tar -xvzf wasi-sysroot-12.0.tar.gz
84-
rm wasi-sysroot-12.0.tar.gz
82+
wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-24/wasi-sysroot-24.0.tar.gz
83+
tar -xvzf wasi-sysroot-24.0.tar.gz
84+
rm wasi-sysroot-24.0.tar.gz
8585
- name: Run tests
8686
run: |
8787
export WASI_SDK_DIR="$(pwd)/wasi-sysroot"

0 commit comments

Comments
 (0)