We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d89676 commit 7c7adc9Copy full SHA for 7c7adc9
ci/install-prerequisites.yml
@@ -1,7 +1,7 @@
1
steps:
2
- ${{ if eq(parameters.os, 'Windows') }}:
3
- script: |
4
- choco install wget visualstudio2017-workload-vctools -r -y --no-progress
+ choco install wget visualstudio2017-workload-vctools -y --no-progress
5
displayName: Install VC 2017 Build Tools
6
7
curl -sSf -o rustup-init.exe https://win.rustup.rs
0 commit comments