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:
265
265
setup-python : false
266
266
- name : Install tools
267
267
run : |
268
+ "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -find **\vcvarsall.bat
268
269
choco install sqlite -y
269
270
choco install cmake -y
270
271
- name : Debug build
271
272
shell : cmd
272
273
run : |
274
+ "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -find **\vcvarsall.bat
273
275
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
274
276
set CL=/MP
275
277
qmake -version
@@ -314,7 +316,7 @@ jobs:
314
316
- name : Install Qt
315
317
uses : jurplel/install-qt-action@v4
316
318
with :
317
- version : 6.5
319
+ version : 6.5.2
318
320
host : windows
319
321
target : desktop
320
322
arch : win64_msvc2022_64
You can’t perform that action at this time.
0 commit comments