Try to fix macos-aat-fonts job

This commit is contained in:
Khaled Hosny 2024-06-27 07:29:04 +03:00 committed by خالد حسني (Khaled Hosny)
parent e2cd1be6ee
commit b9d243ef40

View file

@ -15,12 +15,13 @@ jobs:
macos-aat-fonts:
macos:
xcode: "12.5.1"
xcode: "15.3.0"
steps:
- checkout
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c graphite2 gobject-introspection ninja
- run: pip3 install meson --upgrade
- run: PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig" meson setup build -Dcoretext=enabled -Dgraphite=enabled -Dauto_features=enabled -Dchafa=disabled -Ddocs=disabled
- run: brew link --force icu4c
- run: PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" meson setup build -Dcoretext=enabled -Dgraphite=enabled -Dauto_features=enabled -Dchafa=disabled -Ddocs=disabled
- run: meson compile -Cbuild
- run: meson test -Cbuild --print-errorlogs
- store_artifacts: