Skip to content

Commit f3df0cb

Browse files
koukszucs
authored andcommitted
ARROW-16278: [CI] Fix git installation failure on brew
This is a follow-up of apache#12958. Closes apache#12966 from kou/ci-verify-rc-macos Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
1 parent af18fb3 commit f3df0cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dev/tasks/verify-rc/github.macos.amd64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
shell: bash
4141
run: |
4242
brew update
43+
brew install --overwrite git
4344
brew bundle --file=arrow/cpp/Brewfile
4445
brew bundle --file=arrow/c_glib/Brewfile
4546
{% endif %}

0 commit comments

Comments
 (0)