[ci] Try to fix finding ICU on macOS runner

pull/4697/head
Khaled Hosny 10 months ago committed by خالد حسني (Khaled Hosny)
parent 91f54d4bae
commit f03bf49978
  1. 3
      .github/workflows/macos-ci.yml

@ -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…
Cancel
Save