install openMP on macos but with the correct tap name

hotfix/mipmap-alpha-fix
Andrew Cassidy 3 years ago
parent 6e0c855470
commit 7154857323

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

Loading…
Cancel
Save