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

Commit d7bd77f

Browse files
ci: add llvm-tools-preview component to fix build
1 parent 2db65db commit d7bd77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/azure-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
parameters:
1818
rust_version: ${{ parameters.rust }}
1919
- script: |
20-
rustup component add rust-src rust-analysis rustc-dev
20+
rustup component add rust-src rust-analysis rustc-dev llvm-tools-preview
2121
displayName: Install distributed Rust source code for Racer autocompletion
2222
- ${{ each crate in parameters.crates }}:
2323
- script: cargo test -v

0 commit comments

Comments
 (0)