mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
install openMP on macos but with the correct tap name
This commit is contained in:
parent
6e0c855470
commit
7154857323
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user