File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 38
38
if : matrix.env.CARGO_BUILD_TARGET == 'wasm32-wasip1'
39
39
run : |
40
40
rustup target add wasm32-wasip1
41
- curl -LO https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-22 /wasi-sdk_22 .0_amd64.deb
42
- sudo dpkg --install wasi-sdk_22 .0_amd64.deb
41
+ curl -LO https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-20 /wasi-sdk_20 .0_amd64.deb
42
+ sudo dpkg --install wasi-sdk_20 .0_amd64.deb
43
43
curl https://wasmtime.dev/install.sh -sSf | bash
44
44
45
45
- uses : Swatinem/rust-cache@v2
Original file line number Diff line number Diff line change 40
40
if : matrix.env.CARGO_BUILD_TARGET == 'wasm32-wasip1'
41
41
run : |
42
42
rustup target add wasm32-wasip1
43
- curl -LO https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-22 /wasi-sdk_22 .0_amd64.deb
44
- sudo dpkg --install wasi-sdk_22 .0_amd64.deb
43
+ curl -LO https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-20 /wasi-sdk_20 .0_amd64.deb
44
+ sudo dpkg --install wasi-sdk_20 .0_amd64.deb
45
45
curl https://wasmtime.dev/install.sh -sSf | bash
46
46
47
47
- uses : Swatinem/rust-cache@v2
You can’t perform that action at this time.
0 commit comments