Install libomp on MacOS
This commit is contained in:
parent
4913e20b5d
commit
9f56a7350b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
|
|
@ -72,5 +72,9 @@ jobs:
|
|||
with:
|
||||
toolchain: ${{ matrix.rust-version }}
|
||||
|
||||
- name: Install OpenMP
|
||||
run: brew install libomp
|
||||
if: contains(matrix.os, 'macos')
|
||||
|
||||
- name: Check build
|
||||
run: cargo build -F whisper-cpp-log,whisper-cpp-tracing --verbose --examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue