Skip to content

Commit 744aa1d

Browse files
committed
update QT6 version to 6.10.2
1 parent 7b19788 commit 744aa1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
- name: Install Qt
240240
uses: jurplel/install-qt-action@v4
241241
with:
242-
version: '6.8.3'
242+
version: '6.10.2'
243243
host: 'windows'
244244
target: 'desktop'
245245
arch: 'win64_msvc2022_64'
@@ -251,7 +251,7 @@ jobs:
251251
working-directory: ${{ env.SRC_PATH }}
252252
run: |
253253
set VSVARS_PATH="C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
254-
set QMAKE_PATH="${{ github.workspace }}\Qt\6.8.3\msvc2022_64\bin\qmake.exe"
254+
set QMAKE_PATH="${{ github.workspace }}\Qt\6.10.2\msvc2022_64\bin\qmake.exe"
255255
set SEVENZIP_PATH="C:\Program Files\7-Zip\7z.exe"
256256
set INNOSETUP_PATH="C:\Program Files (x86)\Inno Setup 6\ISCC.exe"
257257

0 commit comments

Comments
 (0)