From 8ec260e00c65e4094ae59bb654e90a8012036b24 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sat, 23 Apr 2022 09:09:13 +0900 Subject: [PATCH] ARROW-16278: [CI] Fix git installation failure on brew This is a follow-up of #12958. --- dev/tasks/verify-rc/github.macos.amd64.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/tasks/verify-rc/github.macos.amd64.yml b/dev/tasks/verify-rc/github.macos.amd64.yml index 68abc393889..a60932a9a37 100644 --- a/dev/tasks/verify-rc/github.macos.amd64.yml +++ b/dev/tasks/verify-rc/github.macos.amd64.yml @@ -40,6 +40,7 @@ jobs: shell: bash run: | brew update + brew install --overwrite git brew bundle --file=arrow/cpp/Brewfile brew bundle --file=arrow/c_glib/Brewfile {% endif %}