mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 10:05:05 -07:00
Use rust-beta, that may be required to build wasmtime
This commit is contained in:
parent
0dc43505f7
commit
ab2c18cec2
@ -13,7 +13,7 @@ jobs:
|
||||
sudo apt-get install build-essential curl cmake
|
||||
displayName: Install system packages
|
||||
- script: |
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --channel=beta
|
||||
source ${HOME}/.cargo/env
|
||||
git clone --recursive https://github.com/CraneStation/wasmtime.git
|
||||
(cd wasmtime && cargo install --path .)
|
||||
|
Loading…
Reference in New Issue
Block a user