Skip to content

Commit

Permalink
build: try to fix CI on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Jul 4, 2023
1 parent 995bf51 commit 379d263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 379d263

Please sign in to comment.