Install llvm-tools-preview rustup component

This commit is contained in:
Philipp Oppermann
2019-04-06 16:37:43 +02:00
parent e1034aa9ac
commit 62b89cd80f

View File

@@ -55,8 +55,8 @@ steps:
displayName: 'Print Rust Version'
continueOnError: true
- script: rustup component add rust-src
displayName: 'Install Rustup Src Component'
- script: rustup component add rust-src llvm-tools-preview
displayName: 'Install Rustup Components'
- script: |
cargo install cargo-xbuild --debug