Install libomp on MacOS

This commit is contained in:
arizhih 2024-10-14 16:27:52 +02:00
parent 4913e20b5d
commit 9f56a7350b

View file

@ -72,5 +72,9 @@ jobs:
with: with:
toolchain: ${{ matrix.rust-version }} toolchain: ${{ matrix.rust-version }}
- name: Install OpenMP
run: brew install libomp
if: contains(matrix.os, 'macos')
- name: Check build - name: Check build
run: cargo build -F whisper-cpp-log,whisper-cpp-tracing --verbose --examples run: cargo build -F whisper-cpp-log,whisper-cpp-tracing --verbose --examples