diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-11-16 09:25:11 +0100 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-11-16 09:55:46 +0100 |
commit | 88feebe499ece4eb065493b84aab4dd5c9b0c32a (patch) | |
tree | e97583eca9f9edadf1e63506373556e4f24aa505 /.github/workflows/build.yml | |
parent | cedc7754d96e4c53d50bcce2b2a0f139b840f3d0 (diff) | |
download | PrismLauncher-88feebe499ece4eb065493b84aab4dd5c9b0c32a.tar.gz PrismLauncher-88feebe499ece4eb065493b84aab4dd5c9b0c32a.tar.bz2 PrismLauncher-88feebe499ece4eb065493b84aab4dd5c9b0c32a.zip |
chore: use qt 6.4.1 on Windows-MSVC
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61fd9b4c..965d25f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: qt_ver: 6 qt_host: windows qt_arch: '' - qt_version: '6.4.0' + qt_version: '6.4.1' qt_modules: 'qt5compat qtimageformats' qt_tools: '' |