From 62b89cd80f5ad32215349c86f972680ea9c9eeed Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 6 Apr 2019 16:37:43 +0200 Subject: [PATCH] Install llvm-tools-preview rustup component --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7f7e18d6..03441651 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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