Update wasi-sdk
This commit is contained in:
parent
2b88282106
commit
36dcdafca4
@ -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 wasi-sdk.deb https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-6/wasi-sdk_6.0_amd64.deb
|
curl -sL -o wasi-sdk.deb https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-7/wasi-sdk_7.0_amd64.deb
|
||||||
sudo dpkg -i wasi-sdk.deb && rm -f wasi-sdk.deb
|
sudo dpkg -i wasi-sdk.deb && rm -f wasi-sdk.deb
|
||||||
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