mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-23 12:05:11 -07:00
Update the WASI SDK
This commit is contained in:
parent
24d3e0ab1b
commit
33e7fa9ee9
@ -19,7 +19,7 @@ jobs:
|
||||
(cd wasmer && cargo install --path .)
|
||||
displayName: Install wasmer
|
||||
- script: |
|
||||
curl -sL -o wasi-sdk.deb https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-5/wasi-sdk_5.0_amd64.deb
|
||||
curl -sL -o wasi-sdk.deb https://github.com/CraneStation/wasi-sdk/releases/download/wasi-sdk-6/wasi-sdk_6.0_amd64.deb
|
||||
sudo dpkg -i wasi-sdk.deb && rm -f wasi-sdk.deb
|
||||
sudo ln -s /opt/wasi-sdk/share/*sysroot* /opt/wasi-sysroot
|
||||
displayName: Install the WASI SDK
|
||||
|
Loading…
Reference in New Issue
Block a user