Skip to content

Commit ef32275

Browse files
committed
README.md: We need to install wasi-libc on Debian
Signed-off-by: Andrew Clayton <[email protected]>
1 parent 3120103 commit ef32275

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
curl https://sh.rustup.rs -sSf | sh -s -- -y
5757
. "$HOME/.cargo/env"
5858
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}
6060
6161
- uses: actions/checkout@v3
6262
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ that last task.
7373
Install the following as normal
7474

7575
```
76-
# apt install make clang llvm lld
76+
# apt install wasi-libc make clang llvm lld
7777
```
7878

7979
For the rest you will likely need to use [rustup](https://rustup.rs). Caveat

0 commit comments

Comments
 (0)