diff --git a/.github/workflows/build.sh b/.github/workflows/build.sh index 1909e0eb4..e0981c484 100755 --- a/.github/workflows/build.sh +++ b/.github/workflows/build.sh @@ -5,8 +5,9 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then # TODO remove when that is fixed brew install tcl-tk fi - # these cause a conflict with built webp and libtiff - brew remove --ignore-dependencies webp zstd xz libtiff + # these cause a conflict with built webp and libtiff, + # curl from brew requires zstd, use system curl + brew remove --ignore-dependencies webp zstd xz libtiff curl fi if [[ "$MB_PYTHON_VERSION" == "pypy3.6-7.3" ]]; then