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 38c9300 commit 7d88551Copy full SHA for 7d88551
.github/workflows/actions.yml
@@ -206,7 +206,7 @@ jobs:
206
# vs-version: '[17.6,17.13)'
207
- name: Install VisualStudio tools
208
run: |
209
- choco install visualstudio2022community --package-parameters "--allWorkloads --includeRecommended --includeOptional"
+ choco install visualstudio2022community --package-parameters "--includeRecommended --includeOptional"
210
choco install visualstudio2022buildtools
211
choco install visualstudio2022-workload-nativedesktop
212
choco install visualstudio2022-workload-vctools
0 commit comments