mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[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:
parent
0b7beefd0b
commit
5e584ee7d9
1 changed files with 2 additions and 4 deletions
6
.github/workflows/macos-ci.yml
vendored
6
.github/workflows/macos-ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue