There was an error while loading. Please reload this page.
1 parent b60b39f commit 0da3006Copy full SHA for 0da3006
1 file changed
.github/workflows/build.yml
@@ -100,6 +100,7 @@ jobs:
100
key: macos-${{ matrix.target }}-v${{ env.CACHE_VERSION }}
101
- name: Set up dependencies
102
run: |
103
+ brew uninstall --ignore-dependencies -f autoconf cmake
104
git clone --depth=1 https://github.com/DISTRHO/PawPaw.git
105
./PawPaw/.github/workflows/bootstrap-deps.sh macos-${{ matrix.target }}
106
- name: Build extra dependencies
@@ -125,6 +126,7 @@ jobs:
125
126
bin/*
127
!bin/pkg
128
!bin/*.clap
129
+ !bin/*.component
130
!bin/*.lv2
131
!bin/*.vst
132
!bin/*.vst3
0 commit comments