Skip to content

Commit 2165fdf

Browse files
committed
Fix macOS CI build, closes #213
Related to #211.
1 parent 20819b6 commit 2165fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Install macOS dependencies
5252
if: startsWith(matrix.os,'macos')
53-
run: brew install automake fftw
53+
run: brew install automake libtool libsndfile fftw
5454

5555
- name: Install Windows dependencies
5656
if: startsWith(matrix.os,'windows')

0 commit comments

Comments
 (0)