Use rust-beta, that may be required to build wasmtime

This commit is contained in:
Frank Denis
2019-08-29 18:13:22 +02:00
parent 0dc43505f7
commit ab2c18cec2
+1 -1
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 .)