mirror of https://github.com/rwf2/Rocket.git
For install Rust nightly in CI script.
This commit is contained in:
parent
b109d151a6
commit
7b1995c84a
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue