[ci] Try to fix homebrew pkg-config/pkgconf mess

The packages are in conflict again, try to remove pkg-config this time
and use pkgconf.
This commit is contained in:
Khaled Hosny 2024-11-24 09:36:24 +02:00 committed by خالد حسني (Khaled Hosny)
parent 0b7beefd0b
commit 5e584ee7d9

View file

@ -24,7 +24,7 @@ jobs:
run: |
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALL_CLEANUP=1
brew unlink pkg-config || true
brew rm -f pkg-config@0.29.2
brew install \
cairo \
freetype \
@ -34,9 +34,7 @@ jobs:
icu4c \
meson \
ninja \
pkg-config
brew unlink pkgconf || true
brew link pkg-config || true
pkgconf
- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with: