Skip to content

Commit

Permalink
Install llvm libopenmp on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rubinstein committed Feb 29, 2024
1 parent 99551a1 commit 3238689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3238689

Please sign in to comment.