Skip to content

Commit

Permalink
Update build_macos.yml
Browse files Browse the repository at this point in the history
force status 0
  • Loading branch information
peekxc authored Dec 4, 2023
1 parent 0598ab3 commit 62c9d33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Clang with OpenMP support
run: |
brew update
rm -rf /usr/local/bin/2to3*
brew install --force libomp llvm
brew install --force libomp llvm > nul
- name: Update environment flags for Clang
run: |
export PATH="/usr/local/opt/llvm/bin:$PATH"
Expand Down

0 comments on commit 62c9d33

Please sign in to comment.