Skip to content

Commit

Permalink
Fix for fontconfig build errors on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Nov 24, 2023
1 parent 151e576 commit fdd6011
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ jobs:
libtool \
nasm
# Workaround for missing distutils on macOS: https://github.com/actions/runner/issues/2958
- name: Install setuptools
run: sudo -H pip install setuptools

- name: Setup NuGet
run: |
nuget sources add \
Expand Down

0 comments on commit fdd6011

Please sign in to comment.