From: Vincent Bernat Date: Tue, 4 Jul 2023 19:58:33 +0000 (+0200) Subject: build: try another way to workaround problem with brew X-Git-Tag: 1.0.18~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66f1aa557ab8b17b219dac4a9aa6eb5f0b092f62;p=thirdparty%2Flldpd.git build: try another way to workaround problem with brew brew update is not mandatory, let's try it as a best effort. --- diff --git a/tests/ci/install.sh b/tests/ci/install.sh index 88bfa17e..7fc1b43b 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -24,8 +24,7 @@ case "$(uname -s)" in ;; Darwin) # See https://github.com/Homebrew/homebrew-cask/issues/150323 - unset HOMEBREW_NO_INSTALL_FROM_API - brew update > /dev/null + brew update > /dev/null || true brew bundle --file=- <<-EOS brew "automake" brew "autoconf"