File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
curl https://sh.rustup.rs -sSf | sh -s -- -y
57
57
. "$HOME/.cargo/env"
58
58
rustup target add wasm32-wasi
59
- wget -O- https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-20/wasi-sysroot-20.0.tar.gz | tar -xvzf - -C ${RUNNER_TEMP}
59
+ wget -O- https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-20/wasi-sysroot-20.0.tar.gz | tar -xzf - -C ${RUNNER_TEMP}
60
60
61
61
- uses : actions/checkout@v3
62
62
with :
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ that last task.
73
73
Install the following as normal
74
74
75
75
```
76
- # apt install make clang llvm lld
76
+ # apt install wasi-libc make clang llvm lld
77
77
```
78
78
79
79
For the rest you will likely need to use [ rustup] ( https://rustup.rs ) . Caveat
You can’t perform that action at this time.
0 commit comments