From e63f45645babc232f733ef2efce4d194dbcdf7f1 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 11 Oct 2024 00:11:11 +0800 Subject: [PATCH] Fixed Darwin workflow action pipeline. --- .github/workflows/build_ci_darwin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build_ci_darwin.yml b/.github/workflows/build_ci_darwin.yml index d91115f..fc9bc44 100644 --- a/.github/workflows/build_ci_darwin.yml +++ b/.github/workflows/build_ci_darwin.yml @@ -21,6 +21,9 @@ jobs: with: python-version: '3.12' + - name: Install LLVM (with OpenMP support) + run: brew install llvm + - name: Build Zhivo run: | python build.py