From d579573c06a91cd61639700456394766f3b60500 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 9 Jan 2021 16:22:09 +0100 Subject: [PATCH] tests: don't install libxml2 on MacOS It is shipped and Homebrew will fail if we try to install it. --- tests/ci/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ci/install.sh b/tests/ci/install.sh index fbef05ad..7139bdee 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -9,7 +9,6 @@ case "$(uname -s)" in brew "automake" brew "autoconf" brew "libtool" -brew "libxml2" brew "check" EOS ;; -- 2.39.5