Skip to content

Commit 0da3006

Browse files
committed
Test fix macOS build
1 parent b60b39f commit 0da3006

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
key: macos-${{ matrix.target }}-v${{ env.CACHE_VERSION }}
101101
- name: Set up dependencies
102102
run: |
103+
brew uninstall --ignore-dependencies -f autoconf cmake
103104
git clone --depth=1 https://github.com/DISTRHO/PawPaw.git
104105
./PawPaw/.github/workflows/bootstrap-deps.sh macos-${{ matrix.target }}
105106
- name: Build extra dependencies
@@ -125,6 +126,7 @@ jobs:
125126
bin/*
126127
!bin/pkg
127128
!bin/*.clap
129+
!bin/*.component
128130
!bin/*.lv2
129131
!bin/*.vst
130132
!bin/*.vst3

0 commit comments

Comments
 (0)