From f241c999adfc4a6cd19231042063e2ecacfbfe59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Fri, 22 Nov 2019 11:43:02 +0100 Subject: [PATCH] Make the CI use rust stable --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f028ebe44..e1dc6fd9f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ jobs: container: tpayet/chiquitita:latest steps: - script: | - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly + curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable $HOME/.cargo/bin/rustup component add rustfmt displayName: 'Install rustc and components' - script: | @@ -34,7 +34,7 @@ jobs: container: tpayet/chiquitita:latest steps: - script: | - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly + curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable $HOME/.cargo/bin/rustup component add rustfmt displayName: 'Install rustc and components' - script: |