Skip to content

Commit 0fcc1fe

Browse files
updated appveyor.yml
1 parent 467ff23 commit 0fcc1fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ jobs:
202202
target: 'desktop'
203203
- name: Set up MSVC environment
204204
run: |
205-
choco install visualstudio2022buildtools --params "--add Microsoft.VisualStudio.Workload.VCTools"
206-
where nmake
207-
powershell -Command "Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
205+
# choco install visualstudio2022buildtools --params "--add Microsoft.VisualStudio.Workload.VCTools"
206+
choco install visualstudio2022buildtools --include-optional
207+
# powershell -Command "Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
208208
"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
209209
set CL=/MP
210210
where nmake

0 commit comments

Comments
 (0)