Skip to content

Commit

Permalink
Do not remove webp on x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Apr 24, 2024
1 parent 06d285b commit d36e29c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ if [[ -n "$IS_MACOS" ]]; then
brew remove --ignore-dependencies libpng libtiff libxcb libxau libxdmcp curl cairo lcms2 zstd
if [[ "$CIBW_ARCHS" == "arm64" ]]; then
brew remove --ignore-dependencies jpeg-turbo
else
brew remove --ignore-dependencies webp
fi

brew install pkg-config
Expand Down

0 comments on commit d36e29c

Please sign in to comment.