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