Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoureaux committed Dec 3, 2023
1 parent 129a245 commit 1a32a67
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,17 +221,18 @@ jobs:
cmake \
ninja \
gettext \
create-dmg \
[email protected] \
python-setuptools # For fontconfig meson to find distutils
create-dmg
brew link gettext --force
/usr/local/bin/python3 --version
echo "==== distutils imported below ===="
/usr/local/bin/python3 -c "import distutils.command.install"
# Workaround for #2069
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Check Python
run: |
which python3
which python
python3 --version
python3 -c "import distutils.command.install"
- uses: lukka/run-vcpkg@v10
name: Install dependencies
with:
Expand Down

0 comments on commit 1a32a67

Please sign in to comment.