Fix wasi-sdk path
This commit is contained in:
parent
53ceb6c681
commit
b817cd8fc8
@ -16,7 +16,7 @@ jobs:
|
|||||||
curl https://get.wasmer.io -sSfL | sh
|
curl https://get.wasmer.io -sSfL | sh
|
||||||
displayName: Install wasmer
|
displayName: Install wasmer
|
||||||
- script: |
|
- script: |
|
||||||
curl -sL -o - https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-9/wasi-sdk-9.0-linux.tar.gz | tar xz -f - -C /opt/
|
curl -sL -o - https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-10/wasi-sdk-10.0-linux.tar.gz | tar xz -f - -C /opt/
|
||||||
sudo mv /opt/wasi-sdk-* /opt/wasi-sdk
|
sudo mv /opt/wasi-sdk-* /opt/wasi-sdk
|
||||||
sudo ln -s /opt/wasi-sdk/share/*sysroot* /opt/wasi-sysroot
|
sudo ln -s /opt/wasi-sdk/share/*sysroot* /opt/wasi-sysroot
|
||||||
displayName: Install the WASI SDK
|
displayName: Install the WASI SDK
|
||||||
|
Loading…
Reference in New Issue
Block a user