Skip to content

Commit

Permalink
Fix macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Aug 14, 2024
1 parent a5e05f7 commit a4dc3ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pd-externals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@ jobs:
- name: Build dependencies
working-directory: ssr/ci
run: |
sudo chown -R $(whoami):admin /usr/local
./build-small-libsndfile.sh
- name: build externals
working-directory: ssr/flext
run: |
make install DESTDIR=build PDLIBDIR=
make install DESTDIR=build PDLIBDIR= CPPFLAGS=-I/opt/homebrew/include LDFLAGS=-L/opt/homebrew/lib
- name: Fix pd_darwin dependencies
working-directory: ssr/flext
run: |
Expand Down

0 comments on commit a4dc3ea

Please sign in to comment.