Make OpenMP optional instead of default dependency
This commit is contained in:
parent
82679b0125
commit
d51ee9967a
2 changed files with 1 additions and 5 deletions
4
.github/workflows/pr.yml
vendored
4
.github/workflows/pr.yml
vendored
|
|
@ -72,9 +72,5 @@ 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