From ab2c18cec2bb7af6dcd6572eb481418c54852af7 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 29 Aug 2019 18:07:12 +0200 Subject: [PATCH] Use rust-beta, that may be required to build wasmtime --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 39a6c4d0..d80f7f43 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 .)