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 7e6a110 commit fce0249Copy full SHA for fce0249
.github/workflows/ci.yml
@@ -79,9 +79,9 @@ jobs:
79
run: curl https://wasmtime.dev/install.sh -sSf | bash
80
- name: Install WASI SDK
81
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
+ wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-24/wasi-sysroot-24.0.tar.gz
+ tar -xvzf wasi-sysroot-24.0.tar.gz
+ rm wasi-sysroot-24.0.tar.gz
85
- name: Run tests
86
87
export WASI_SDK_DIR="$(pwd)/wasi-sysroot"
0 commit comments