From 379d263a6ed90b58e4809f32c5d7920b6a047592 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 4 Jul 2023 21:54:29 +0200 Subject: [PATCH] build: try to fix CI on MacOS --- tests/ci/install.sh | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5