From 497ec04c54e00921c77b6c0a67f1971785385a73 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 8 Jan 2021 12:08:13 +0000 Subject: [PATCH] Without LADSPA, don't build LADSPA plugin --- .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 d82f219..0886d5e 100644 --- a/.github/workflows/macos-ios.yml +++ b/.github/workflows/macos-ios.yml @@ -16,7 +16,7 @@ jobs: - name: deps run: brew install libsndfile vamp-plugin-sdk - name: make macos - run: make -f Makefile.osx clean all + run: make -f Makefile.osx clean library program vamp - name: make ios run: make -f Makefile.ios clean all