diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-11-27 15:24:15 +0100 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-11-27 15:24:15 +0100 |
commit | 6c09efd6306705fd4cfebdb66710373c90f5ab3a (patch) | |
tree | 96419ff3596a4f3b8401a099520f26e596c672e2 /.github/workflows | |
parent | cc92e1b0b6293a5c198b34554e68440a82e6074c (diff) | |
download | PrismLauncher-6c09efd6306705fd4cfebdb66710373c90f5ab3a.tar.gz PrismLauncher-6c09efd6306705fd4cfebdb66710373c90f5ab3a.tar.bz2 PrismLauncher-6c09efd6306705fd4cfebdb66710373c90f5ab3a.zip |
fix: use qt 6.4.0 on windows msvc for now
qt 6.4.1 has a very bad scaling regression
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-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 f07a86e6..79221531 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: qt_ver: 6 qt_host: windows qt_arch: '' - qt_version: '6.4.1' + qt_version: '6.4.0' qt_modules: 'qt5compat qtimageformats' qt_tools: '' |