Skip to content

Commit

Permalink
Remove circular dependency of freetype on MacOSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Benau committed Sep 23, 2022
1 parent 616f48f commit dcdffba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/apple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ jobs:
rm -rf $HOME/dependencies-${{ steps.sysroot.outputs.lowercase }}-${{ matrix.arch }}/lib/cmake
- name: Build FreeType
run: |
# Circular dependency of freetype crashes gatekeeper on MacOSX (stack overflowed)
if [ ${{ matrix.platform }} = "MacOSX" ]; then
exit 0
fi
cd src/freetype
git reset --hard
rm -rf build
Expand Down

0 comments on commit dcdffba

Please sign in to comment.