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

Commit e4ae9fc

Browse files
committed
Install rustc-dev component on pipelines
1 parent 100c259 commit e4ae9fc

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
20+
rustup component add rust-src rust-analysis rustc-dev
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)