From 1d5859be2a8ae890571a6e794c6027d125b68a76 Mon Sep 17 00:00:00 2001 From: evpobr Date: Sat, 11 May 2024 08:30:37 +0500 Subject: [PATCH] Fix macOS CI build Fix package name from libtool-bin to libtool Add libsndfile package, closes #213 Related to #211. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9c2ef41..69c53bf2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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')