Skip to content

Commit 3eea438

Browse files
updated
1 parent 346b6b9 commit 3eea438

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/actions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)