File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments