From 93014bfede6bb591aea89913b30d8029f634f15b Mon Sep 17 00:00:00 2001 From: JordanTheToaster Date: Thu, 30 Mar 2023 03:56:43 +0100 Subject: [PATCH] CI: Switch Windows Qt builds to Clang Switches the Qt builds over to using Clang by default which should be a bit faster overall. --- .github/workflows/release_pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index 67738ca70c..77773a08cb 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -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