From fce024923b5884565ee33a7617bbe6faa36e3fd2 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Mon, 11 Nov 2024 14:45:19 +0900 Subject: [PATCH] Try to update wasm --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5455e0b..63a6e4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,9 +79,9 @@ jobs: run: curl https://wasmtime.dev/install.sh -sSf | bash - name: Install WASI SDK run: | - wget https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-12/wasi-sysroot-12.0.tar.gz - tar -xvzf wasi-sysroot-12.0.tar.gz - 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 - name: Run tests run: | export WASI_SDK_DIR="$(pwd)/wasi-sysroot"