Skip to content

Commit 006de64

Browse files
updated appveyor.yml
1 parent 0fcc1fe commit 006de64

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,11 @@ jobs:
202202
target: 'desktop'
203203
- name: Set up MSVC environment
204204
run: |
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"
205+
choco list visualstudio2022buildtools --all-versions
206+
choco install visualstudio2022buildtools --version 17.9 --params "--add Microsoft.VisualStudio.Workload.VCTools"
208207
"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
209208
set CL=/MP
210-
where nmake
209+
where cl
211210
- name: Configure for debug
212211
run: |
213212
qmake -version

0 commit comments

Comments
 (0)