Skip to content

Commit

Permalink
fix(ci/cd): add OpenMP env for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
QRWells committed Mar 8, 2024
1 parent 13099af commit c08271b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install re2c bison flex doxygen libomp
export OpenMP_ROOT=$(brew --prefix)/opt/libomp
- name: Configure Project
uses: threeal/cmake-action@v1.3.0
Expand Down

0 comments on commit c08271b

Please sign in to comment.