Skip to content

Commit 06513d9

Browse files
Update actions.
1 parent 627c5c2 commit 06513d9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ jobs:
346346
shell: cmd
347347
working-directory: src/test
348348
run: |
349+
call "C:\Program Files\Microsoft Visual Studio\18\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
349350
call testall.bat
350351
- name: Release build
351352
shell: cmd
@@ -363,6 +364,7 @@ jobs:
363364
shell: cmd
364365
working-directory: tools\test
365366
run: |
367+
call "C:\Program Files\Microsoft Visual Studio\18\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
366368
testall.bat
367369
368370
build-windows-qt68-msvc2022:

build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ rem
77

88
set BASEDIR=%~dp0
99

10-
call "C:\Qt\6.9.0\msvc2022_64\bin\qtenv2.bat"
10+
call "C:\Qt\6.11.1\msvc2022_64\bin\qtenv2.bat"
1111
rem call "C:\Qt\6.5.3\msvc2019_64\bin\qtenv2.bat"
1212

1313
set ARCH=amd64
1414
set VSWHERE="%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe"
1515
set VCVARSBAT=""
16-
set VSVER=2022 2019
16+
set VSVER=18 2022 2019
1717
set PATH=C:\Qt\Tools\CMake_64\bin;%PATH%
1818

1919
if exist %VSWHERE% (

0 commit comments

Comments
 (0)