1
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:
Frank Denis 2019-08-29 18:07:12 +02:00
parent 0dc43505f7
commit ab2c18cec2

View File

@ -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 .)