From 3f5a48af5f2ac4d4d8a0c4c86690779569c9240f Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 11 Oct 2024 03:23:11 +0800 Subject: [PATCH] Build script for different clang++ LLVM compiler on MacOS. --- .github/workflows/build_ci_darwin.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_ci_darwin.yml b/.github/workflows/build_ci_darwin.yml index f9573b0..30d91a6 100644 --- a/.github/workflows/build_ci_darwin.yml +++ b/.github/workflows/build_ci_darwin.yml @@ -19,7 +19,8 @@ jobs: brew upgrade brew install python@3.12 libomp export PATH=/usr/local/opt/python@3.12/bin:$PATH - brew reinstall llvm + brew reinstall --force llvm + which clang++ - name: Build Zhivo run: |