mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -07:00
Bump wasi-sdk version
This commit is contained in:
parent
4aa74923d2
commit
5e262eeb8f
@ -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-11/wasi-sdk-11.0-linux.tar.gz | tar xz -f - -C /opt/
|
curl -sL -o - https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-12/wasi-sdk-12.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