Browse Source

Test fix macOS build

main
falkTX 5 months ago
parent
commit
0da3006cb8
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/build.yml

+ 2
- 0
.github/workflows/build.yml View File

@@ -100,6 +100,7 @@ jobs:
key: macos-${{ matrix.target }}-v${{ env.CACHE_VERSION }}
- name: Set up dependencies
run: |
brew uninstall --ignore-dependencies -f autoconf cmake
git clone --depth=1 https://github.com/DISTRHO/PawPaw.git
./PawPaw/.github/workflows/bootstrap-deps.sh macos-${{ matrix.target }}
- name: Build extra dependencies
@@ -125,6 +126,7 @@ jobs:
bin/*
!bin/pkg
!bin/*.clap
!bin/*.component
!bin/*.lv2
!bin/*.vst
!bin/*.vst3


Loading…
Cancel
Save