We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f497f commit 3468a42Copy full SHA for 3468a42
1 file changed
.github/workflows/build.sh
@@ -5,7 +5,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
5
# if php is installed, brew tries to reinstall these after installing openblas
6
# remove lcms2 to fix building openjpeg on arm64
7
# remove xmlto to skip building giflib docs
8
- brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php lcms2 xmlto
+ brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php lcms2 xmlto ghostscript
9
10
if [[ "$PLAT" == "arm64" ]]; then
11
export MACOSX_DEPLOYMENT_TARGET="11.0"
0 commit comments