diff options
author | txtsd <code@ihavea.quest> | 2022-10-28 18:43:32 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 18:43:32 +0530 |
commit | f229574758871d7e95c835c3ec026635799c7015 (patch) | |
tree | bea486a5816d865395d622939d9f2ab6791759f8 | |
parent | 7b446dd30f80ad49c0e574b594e1392c05ff7c4b (diff) | |
parent | a5be974f1a53a8e56527d639beb4c16f3a7e18c6 (diff) | |
download | PrismLauncher-f229574758871d7e95c835c3ec026635799c7015.tar.gz PrismLauncher-f229574758871d7e95c835c3ec026635799c7015.tar.bz2 PrismLauncher-f229574758871d7e95c835c3ec026635799c7015.zip |
Merge pull request #322 from DioEgizio/64bit-it
-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 |