From f668487a188f6cfc3b53c4a5d9fbcd5d658f1d16 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Sat, 17 Aug 2024 09:37:21 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5820f845..2557b5ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: run: sudo install -d -o $UID -m 755 /opt/local - name: Install dependencies available at homebrew - run: brew install sparkle # fortunately homebrew ships sparkle as universal binary + run: brew install clang # sparkle # fortunately homebrew ships sparkle as universal binary - uses: actions/checkout@v3 @@ -112,6 +112,7 @@ jobs: - name: Build and package run: | cmake -S . -B build \ + -DCMAKE_CXX_COMPILER=/opt/homebrew/opt/llvm/bin/clang++ -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64" \ -DBUILD_TEMPLATE=OFF \ -DBUILD_DEBUG=OFF \