From 84fca8a673428345eb13f35134576bde36a54de0 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 21 Feb 2023 13:29:13 +1100 Subject: [PATCH] brew install pkg-config --- .github/workflows/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.sh b/.github/workflows/build.sh index 755459ad7..b31d7cdd2 100755 --- a/.github/workflows/build.sh +++ b/.github/workflows/build.sh @@ -7,6 +7,8 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then # remove lcms2 and libpng to fix building openjpeg on arm64 brew remove --ignore-dependencies webp zstd xz libpng libtiff libxcb libxdmcp curl php lcms2 ghostscript + brew install pkg-config + if [[ "$PLAT" == "arm64" ]]; then export MACOSX_DEPLOYMENT_TARGET="11.0" else