For install Rust nightly in CI script.

This commit is contained in:
Sergio Benitez 2020-09-12 03:21:44 -07:00
parent b109d151a6
commit 7b1995c84a
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ jobs:
# Sanity check version information. # Sanity check version information.
- script: | - script: |
rustup toolchain install $(rust_version)
rustup default $(rust_version) rustup default $(rust_version)
rustc -Vv && cargo -V rustc -Vv && cargo -V
displayName: 'Rust/Cargo Version Information' displayName: 'Rust/Cargo Version Information'