Skip to content

Commit

Permalink
Adding Python3.12 to path after homebrew installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 10, 2024
1 parent cc07fd9 commit 4f81174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_ci_darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install LLVM (with OpenMP support)
- name: Install Python3 and LLVM (with OpenMP support)
run: |
brew update
brew upgrade
brew install [email protected] libomp
export PATH=/usr/local/opt/[email protected]/bin:$PATH
brew reinstall llvm
- name: Build Zhivo
Expand Down

0 comments on commit 4f81174

Please sign in to comment.