Skip to content

Commit

Permalink
Update Qt to 5.15.2 (fix #2434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Aug 24, 2021
1 parent 6fb284b commit 2cb7851
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 @@ -11,7 +11,7 @@ on:
- '**.md'

env:
QT_VERSION: 5.15.1
QT_VERSION: 5.15.2
QT_MODULES: qtnetworkauth
IS_RELEASE: ${{ startsWith(github.ref, 'refs/tags/v') }}
IS_NIGHTLY: ${{ !startsWith(github.ref, 'refs/tags/v') }}
Expand Down Expand Up @@ -295,7 +295,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/5198020/qsqlmysql.dll_Qt_SQL_driver_5.15.1_MSVC2019_64-Bit.zip
MYSQL_DRIVER_URL: https://github.com/thecodemonkey86/qt_mysql_driver/files/5575770/qsqlmysql.dll_Qt_SQL_driver_5.15.2_MSVC2019_64-bit.zip
QSCINTILLA_VERSION: QScintilla_gpl-2.10.8
OPENSSL_ROOT_DIR: ${{ github.workspace }}\vendor\OpenSSL
MYSQL_DRIVER_DIR: ${{ github.workspace }}\vendor\MySQL_driver
Expand Down

0 comments on commit 2cb7851

Please sign in to comment.