File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4343 env :
4444 RUBY_TESTOPTS : ' -q --tty=no'
4545 GITPULLOPTIONS : --no-tags origin ${{ github.ref }}
46- WASI_SDK_VERSION_MAJOR : 20
46+ WASI_SDK_VERSION_MAJOR : 25
4747 WASI_SDK_VERSION_MINOR : 0
4848 BINARYEN_VERSION : 113
4949 WASMTIME_VERSION : v15.0.0
7878 sudo apt-get update -q || :
7979 sudo apt-get install --no-install-recommends -q -y ruby make autoconf git wget
8080
81- wasi_sdk_deb="wasi-sdk_ ${WASI_SDK_VERSION_MAJOR}.${WASI_SDK_VERSION_MINOR}_amd64 .deb"
81+ wasi_sdk_deb="wasi-sdk- ${WASI_SDK_VERSION_MAJOR}.${WASI_SDK_VERSION_MINOR}-x86_64-linux .deb"
8282 wget "https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VERSION_MAJOR}/${wasi_sdk_deb}"
8383 sudo dpkg -i "$wasi_sdk_deb"
8484 rm -f "$wasi_sdk_deb"
You can’t perform that action at this time.
0 commit comments