From 327c4932968c34d2ae0b77d24ccbb18715aafd9c Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Thu, 15 Aug 2024 20:12:08 -0400 Subject: [PATCH] Release clang (not merge ready yet) --- .github/workflows/build-pr.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index db28395d..0e786b1a 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -15,13 +15,14 @@ jobs: include: - name: "windows msvc" os: windows-latest - target: scxt_clapfirst_Standalone + target: scxt-core cmakeConfig: -A x64 runTests: false - name: "windows clang" os: windows-latest - target: scxt_clapfirst_Standalone + #target: scxt_clapfirst_Standalone + target: shortcircuit-installer cmakeConfig: -GNinja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_C_COMPILER=clang runTests: false