Skip to content

Commit

Permalink
Fix macOS CI build, closes #213
Browse files Browse the repository at this point in the history
Related to #211.
  • Loading branch information
evpobr committed May 11, 2024
1 parent 20819b6 commit 0fb1d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install macOS dependencies
if: startsWith(matrix.os,'macos')
run: brew install automake fftw
run: brew install automake libtool libsndfile fftw

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

0 comments on commit 0fb1d55

Please sign in to comment.