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'