Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
ci: add llvm-tools-preview component to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
calebcartwright committed Jun 15, 2020
1 parent 2db65db commit d7bd77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
parameters:
rust_version: ${{ parameters.rust }}
- script: |
rustup component add rust-src rust-analysis rustc-dev
rustup component add rust-src rust-analysis rustc-dev llvm-tools-preview
displayName: Install distributed Rust source code for Racer autocompletion
- ${{ each crate in parameters.crates }}:
- script: cargo test -v
Expand Down

0 comments on commit d7bd77f

Please sign in to comment.