Skip to content

Commit

Permalink
For install Rust nightly in CI script.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Sep 12, 2020
1 parent b109d15 commit 7b1995c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/azure-pipelines-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7b1995c

Please sign in to comment.