From 9f56a7350b31ce09f6e95be928beeea837684a59 Mon Sep 17 00:00:00 2001 From: arizhih Date: Mon, 14 Oct 2024 16:27:52 +0200 Subject: [PATCH] Install libomp on MacOS --- .github/workflows/pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 43a8abf..448fffb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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