From 7b1995c84af2013bebb34e0e2d1112efec488e7d Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sat, 12 Sep 2020 03:21:44 -0700 Subject: [PATCH] For install Rust nightly in CI script. --- .github/azure-pipelines-template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/azure-pipelines-template.yml b/.github/azure-pipelines-template.yml index 005e8f8e..c630484f 100644 --- a/.github/azure-pipelines-template.yml +++ b/.github/azure-pipelines-template.yml @@ -64,6 +64,7 @@ jobs: # Sanity check version information. - script: | + rustup toolchain install $(rust_version) rustup default $(rust_version) rustc -Vv && cargo -V displayName: 'Rust/Cargo Version Information'