From: Vincent Bernat Date: Tue, 4 Jul 2023 19:54:29 +0000 (+0200) Subject: build: try to fix CI on MacOS X-Git-Tag: 1.0.18~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=379d263a6ed90b58e4809f32c5d7920b6a047592;p=thirdparty%2Flldpd.git build: try to fix CI on MacOS --- diff --git a/tests/ci/install.sh b/tests/ci/install.sh index bf93358d..88bfa17e 100755 --- a/tests/ci/install.sh +++ b/tests/ci/install.sh @@ -23,6 +23,8 @@ case "$(uname -s)" in git ;; Darwin) + # See https://github.com/Homebrew/homebrew-cask/issues/150323 + unset HOMEBREW_NO_INSTALL_FROM_API brew update > /dev/null brew bundle --file=- <<-EOS brew "automake"