Skip to content

Commit

Permalink
Try mac with OMP
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Oct 1, 2020
1 parent 7600b18 commit aaa8207
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Boost
run: brew install boost
run: |
brew install boost
brew install libomp
- name: cmake
run: |
cmake -E make_directory build
Expand Down

0 comments on commit aaa8207

Please sign in to comment.