[ci] Try to fix finding ICU on macOS runner

This commit is contained in:
Khaled Hosny 2024-05-03 00:35:40 +03:00 committed by خالد حسني (Khaled Hosny)
parent 91f54d4bae
commit f03bf49978

View file

@ -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 \