File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -265,11 +265,13 @@ jobs:
265265 setup-python : false
266266 - name : Install tools
267267 run : |
268+ "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -find **\vcvarsall.bat
268269 choco install sqlite -y
269270 choco install cmake -y
270271 - name : Debug build
271272 shell : cmd
272273 run : |
274+ "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -find **\vcvarsall.bat
273275 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
274276 set CL=/MP
275277 qmake -version
@@ -314,7 +316,7 @@ jobs:
314316 - name : Install Qt
315317 uses : jurplel/install-qt-action@v4
316318 with :
317- version : 6.5
319+ version : 6.5.2
318320 host : windows
319321 target : desktop
320322 arch : win64_msvc2022_64
You can’t perform that action at this time.
0 commit comments