Skip to content

Commit

Permalink
Fixed Darwin workflow action pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 10, 2024
1 parent 4473f50 commit 6bb00c2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
python-version: '3.12'

- name: Install LLVM (with OpenMP support)
run: brew install llvm
run: |
brew update
brew upgrade
brew install libomp
brew reinstall llvm
- name: Build Zhivo
run: |
Expand Down

0 comments on commit 6bb00c2

Please sign in to comment.