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