mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[ci] Try to fix finding ICU on macOS runner
This commit is contained in:
parent
91f54d4bae
commit
f03bf49978
1 changed files with 2 additions and 1 deletions
3
.github/workflows/macos-ci.yml
vendored
3
.github/workflows/macos-ci.yml
vendored
|
@ -42,8 +42,9 @@ jobs:
|
|||
run: pip3 install -r .ci/requirements.txt --require-hashes
|
||||
- name: Setup Meson
|
||||
env:
|
||||
PKG_CONFIG_PATH: "/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig"
|
||||
PKG_CONFIG_PATH: "/usr/local/opt/libffi/lib/pkgconfig"
|
||||
run: |
|
||||
brew link --force icu4c
|
||||
ccache --version
|
||||
meson setup build \
|
||||
-Dauto_features=enabled \
|
||||
|
|
Loading…
Add table
Reference in a new issue