From 01e0676506b700e9e4949759a40dccbff1c48f24 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Thu, 26 Jan 2023 13:00:22 +1100 Subject: [PATCH] Do not attempt to remove xmlto --- .github/workflows/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.sh b/.github/workflows/build.sh index f00311c13..6bbfd7879 100755 --- a/.github/workflows/build.sh +++ b/.github/workflows/build.sh @@ -5,8 +5,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then # curl from brew requires zstd, use system curl # if php is installed, brew tries to reinstall these after installing openblas # remove lcms2 to fix building openjpeg on arm64 - # remove xmlto to skip building giflib docs - brew remove --ignore-dependencies webp zstd xz libtiff libxcb libxdmcp curl php lcms2 xmlto ghostscript + brew remove --ignore-dependencies webp zstd xz libtiff libxcb libxdmcp curl php lcms2 ghostscript if [[ "$PLAT" == "arm64" ]]; then export MACOSX_DEPLOYMENT_TARGET="11.0"