Skip to content

Commit

Permalink
Fix macOS actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leifgehrmann committed Jun 12, 2024
1 parent 56a748f commit ab61e50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
brew install libffi
brew install pango
brew install glib
# https://github.com/Kozea/CairoSVG/issues/354#issuecomment-1160552256
sudo ln -s /opt/homebrew/lib/libpango* .
sudo ln -s /opt/homebrew/lib/libgobject* .
sudo ln -s /opt/homebrew/lib/libglib* .
- name: Install System Dependencies (Windows)
if: runner.os == 'windows'
run: |
Expand Down

0 comments on commit ab61e50

Please sign in to comment.