Skip to content

Commit

Permalink
build: try another way to workaround problem with brew
Browse files Browse the repository at this point in the history
brew update is not mandatory, let's try it as a best effort.
  • Loading branch information
vincentbernat committed Jul 4, 2023
1 parent 379d263 commit 66f1aa5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 66f1aa5

Please sign in to comment.