Skip to content

Commit 979ef0a

Browse files
updated appveyor.yml
1 parent e4e0c1c commit 979ef0a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/actions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ jobs:
206206
# vs-version: '[17.6,17.13)'
207207
- name: Install VisualStudio tools
208208
run: |
209-
choco install visualstudio2022community
210-
choco install visualstudio2022buildtools
211-
choco install visualstudio2022-workload-vctools
212-
choco install jom
209+
choco install visualstudio2022-workload-nativedesktop
210+
# choco install visualstudio2022buildtools
211+
# choco install visualstudio2022-workload-vctools
212+
# choco install jom
213213
- name: Set up MSVC environment
214214
shell: cmd
215215
run: |

0 commit comments

Comments
 (0)