Skip to content

Commit 5d35d90

Browse files
committed
add rustc-dev
1 parent e4d5563 commit 5d35d90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/azure-install-rust.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ steps:
1515
rustup set profile minimal
1616
rustup component remove --toolchain=$TOOLCHAIN rust-docs || echo "already removed"
1717
rustup update --no-self-update $TOOLCHAIN
18+
rustup component add --toolchain=$TOOLCHAIN rustc-dev
1819
rustup default $TOOLCHAIN
1920
displayName: Install rust
2021

0 commit comments

Comments
 (0)