diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-27 21:05:32 +0200 |
---|---|---|
committer | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2022-10-28 08:05:31 +0200 |
commit | a5be974f1a53a8e56527d639beb4c16f3a7e18c6 (patch) | |
tree | cb35019a6a73cb486e332c695f322a765e1dcae1 /.github/workflows/build.yml | |
parent | 952615eadbf2178e550ed111770e1f872934f86e (diff) | |
download | PrismLauncher-a5be974f1a53a8e56527d639beb4c16f3a7e18c6.tar.gz PrismLauncher-a5be974f1a53a8e56527d639beb4c16f3a7e18c6.tar.bz2 PrismLauncher-a5be974f1a53a8e56527d639beb4c16f3a7e18c6.zip |
feat: use clang64 on qt6 builds
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 ca82d3d8..dd2c0599 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: - os: windows-2022 name: "Windows" - msystem: clang32 + msystem: clang64 qt_ver: 6 - os: macos-12 |