Skip to content

Commit

Permalink
Fix macOS CI build
Browse files Browse the repository at this point in the history
Fix package name from libtool-bin to libtool

Add libsndfile package, closes #213

Related to #211.
  • Loading branch information
evpobr committed May 11, 2024
1 parent 20819b6 commit 1d5859b
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 1d5859b

Please sign in to comment.