Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 3468a42

Browse files
committed
brew remove ghostscript
1 parent 60f497f commit 3468a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
55
# if php is installed, brew tries to reinstall these after installing openblas
66
# remove lcms2 to fix building openjpeg on arm64
77
# remove xmlto to skip building giflib docs
8-
brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php lcms2 xmlto
8+
brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php lcms2 xmlto ghostscript
99

1010
if [[ "$PLAT" == "arm64" ]]; then
1111
export MACOSX_DEPLOYMENT_TARGET="11.0"

0 commit comments

Comments
 (0)