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 e4e0c1c commit 979ef0aCopy full SHA for 979ef0a
.github/workflows/actions.yml
@@ -206,10 +206,10 @@ jobs:
206
# vs-version: '[17.6,17.13)'
207
- name: Install VisualStudio tools
208
run: |
209
- choco install visualstudio2022community
210
- choco install visualstudio2022buildtools
211
- choco install visualstudio2022-workload-vctools
212
- choco install jom
+ choco install visualstudio2022-workload-nativedesktop
+ # choco install visualstudio2022buildtools
+ # choco install visualstudio2022-workload-vctools
+ # choco install jom
213
- name: Set up MSVC environment
214
shell: cmd
215
0 commit comments