From 6ef1dd166727d41bf776d7de61270d5c74f77b11 Mon Sep 17 00:00:00 2001 From: nulano Date: Fri, 11 Dec 2020 16:12:07 +0100 Subject: [PATCH] remove curl from brew [CI skip] --- .github/workflows/build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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