From 189334bae95552087f09f21eeaf4a1c1ceea0ff3 Mon Sep 17 00:00:00 2001 From: nulano Date: Wed, 16 Jun 2021 22:55:22 +0200 Subject: [PATCH] add comment for brew remove --- .github/workflows/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.sh b/.github/workflows/build.sh index 6c41537d5..5cd842df8 100755 --- a/.github/workflows/build.sh +++ b/.github/workflows/build.sh @@ -1,7 +1,8 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - # these cause a conflict with built webp and libtiff, + # webp, zstd, xz, libtiff cause a conflict with building webp and libtiff # curl from brew requires zstd, use system curl + # if php is installed, brew tries to reinstall these after installing openblas brew remove --ignore-dependencies webp zstd xz libtiff curl php fi