Skip to content

Commit fdf18f5

Browse files
committed
Removed zstd again
1 parent 72ee8c5 commit fdf18f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@ if [[ -n "$IS_MACOS" ]]; then
135135
# if php is installed, brew tries to reinstall these after installing openblas
136136
# remove cairo to fix building harfbuzz on arm64
137137
# remove lcms2 and libpng to fix building openjpeg on arm64
138-
brew remove --ignore-dependencies webp libpng libtiff libxcb libxdmcp curl php cairo lcms2 ghostscript
138+
# remove zstd to avoid inclusion on x86_64
139+
brew remove --ignore-dependencies webp libpng libtiff libxcb libxdmcp curl php cairo lcms2 ghostscript zstd
139140

140141
brew install pkg-config
141142
fi

0 commit comments

Comments
 (0)