install openMP on macos but with the correct tap name

This commit is contained in:
Andrew Cassidy 2021-04-07 22:36:21 -07:00
parent 6e0c855470
commit 7154857323

View File

@ -43,7 +43,7 @@ jobs:
- name: Set up macOS environment
if: runner.os == 'macOS'
# openMP isnt part of core apple clang for some reason?
run: brew install openmp
run: brew install libomp
- name: Install dependencies
run: |