From 32386896aba0c23cb1b52dc94a501f4c5b4bc9d4 Mon Sep 17 00:00:00 2001 From: David Rubinstein Date: Thu, 29 Feb 2024 15:35:08 -0500 Subject: [PATCH] Install llvm libopenmp on mac --- .github/workflows/tox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 1757bd3..9f9efdc 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -33,7 +33,7 @@ jobs: run: sudo apt-get update && sudo apt-get install --no-install-recommends -y --fix-missing pkg-config libsndfile1 if: matrix.os == 'Ubuntu' - name: Install soundlibs MacOs - run: brew install libsndfile + run: brew install libsndfile llvm libomp if: matrix.os == 'MacOs' - name: Install soundlibs Windows run: choco install libsndfile