Skip to content

Commit

Permalink
Force the Python version on the macOS CI
Browse files Browse the repository at this point in the history
This is needed to work around a bug in the meson build system used by
fontconfig, which is pulled as a dependency by vcpkg.

See longturn#2069.
  • Loading branch information
lmoureaux committed Dec 15, 2023
1 parent 2674850 commit 2032fba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@ jobs:
gettext \
create-dmg
brew link gettext --force
- uses: actions/setup-python@v4 # Workaround for #2069
with:
python-version: '3.11'
- uses: lukka/run-vcpkg@v10
name: Install dependencies
with:
Expand Down

0 comments on commit 2032fba

Please sign in to comment.