Skip to content

Commit

Permalink
build: use Qt 6.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jul 29, 2023
1 parent a751428 commit 0b65e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- crowdin

env:
QT_VERSION: 6.5.0
QT_VERSION: 6.5.2
QT_MODULES: qtmultimedia qtimageformats qtnetworkauth qt5compat
IS_RELEASE: ${{ startsWith(github.ref, 'refs/tags/v') }}
IS_NIGHTLY: ${{ !startsWith(github.ref, 'refs/tags/v') }}
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
env:
GRABBER_VERSION: ${{ needs.version.outputs.version }}
GRABBER_IS_NIGHTLY: ${{ needs.version.outputs.nightly }}
MYSQL_DRIVER_URL: https://github.com/thecodemonkey86/qt_mysql_driver/files/11133446/qsqlmysql.dll_Qt_SQL_driver_6.5.0_MSVC2019_64-bit.zip
MYSQL_DRIVER_URL: https://github.com/thecodemonkey86/qt_mysql_driver/files/12099951/qsqlmysql.dll_Qt_SQL_driver_6.5.2_MSVC2019_64-bit.zip
OPENSSL_ROOT_DIR: ${{ github.workspace }}\vendor\OpenSSL
MYSQL_DRIVER_DIR: ${{ github.workspace }}\vendor\MySQL_driver
VCINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC
Expand Down

0 comments on commit 0b65e42

Please sign in to comment.