From a1cf6f1ac8bd414b3ea156e28a47435a720ba707 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 8 Jan 2021 12:02:10 +0000 Subject: [PATCH] + other headers --- .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 c8fd468..9b5487a 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 + run: brew install libsndfile ladspa-sdk vamp-plugin-sdk - name: make macos run: make -f Makefile.osx clean all - name: make ios