CI: Switch Windows Qt builds to Clang

Switches the Qt builds over to using Clang by default which should be a bit faster overall.
This commit is contained in:
JordanTheToaster 2023-03-30 03:56:43 +01:00 committed by refractionpcsx2
parent 4dd946bc8a
commit 93014bfede
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ jobs:
jobName: Qt
configuration: CMake
buildSystem: cmake
cmakeFlags: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl
secrets: inherit
# MacOS