File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 build-wasi-reusable :
1515 name : ' build and test'
16- runs-on : ubuntu-24.04
16+ runs-on : ubuntu-24.04-arm
1717 timeout-minutes : 60
1818 env :
19- WASMTIME_VERSION : 38.0.2
19+ WASMTIME_VERSION : 38.0.3
2020 WASI_SDK_VERSION : 25
2121 WASI_SDK_PATH : /opt/wasi-sdk
2222 CROSS_BUILD_PYTHON : cross-build/build
4040 if : steps.cache-wasi-sdk.outputs.cache-hit != 'true'
4141 run : |
4242 mkdir "${WASI_SDK_PATH}" && \
43- curl -s -S --location "https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VERSION}/wasi-sdk-${WASI_SDK_VERSION}.0-x86_64 -linux.tar.gz" | \
43+ curl -s -S --location "https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VERSION}/wasi-sdk-${WASI_SDK_VERSION}.0-arm64 -linux.tar.gz" | \
4444 tar --strip-components 1 --directory "${WASI_SDK_PATH}" --extract --gunzip
4545 - name : " Configure ccache action"
4646 uses : hendrikmuhs/ccache-action@v1.2
You can’t perform that action at this time.
0 commit comments