We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b051c7 commit 3e82792Copy full SHA for 3e82792
ci/azure-test-all.yml
@@ -17,10 +17,8 @@ steps:
17
displayName: "Install clippy (maybe)"
18
19
# This is needed for standard library tests.
20
-- bash: |
21
- if [ "$TOOLCHAIN" = "nightly" ]; then
22
- rustup component add rust-src
23
- fi
+- bash: rustup component add rust-src
+ condition: and(succeeded(), eq(variables['TOOLCHAIN'], 'nightly'))
24
displayName: "Install rust-src (maybe)"
25
26
# Deny warnings on CI to avoid warnings getting into the codebase, and note the
0 commit comments