From 338eb593c8201d3b6e08b6a3a04b704fdb7eec8a Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 8 Jan 2021 12:04:53 +0000 Subject: [PATCH] Homebrew complains that "Linux is required" for (the single header) ladspa.h - bizarre, but whatever --- .github/workflows/macos-ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-ios.yml b/.github/workflows/macos-ios.yml index 9b5487a..d82f219 100644 --- a/.github/workflows/macos-ios.yml +++ b/.github/workflows/macos-ios.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: deps - run: brew install libsndfile ladspa-sdk vamp-plugin-sdk + run: brew install libsndfile vamp-plugin-sdk - name: make macos run: make -f Makefile.osx clean all - name: make ios