From c5af348f4a9f416d7a76b0fcb9fce2600c712289 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sat, 23 Apr 2022 10:49:28 +0900 Subject: [PATCH] ARROW-16278: [CI] Fix git installation failure on brew This is a follow-up of #12958. --- dev/tasks/java-jars/github.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/tasks/java-jars/github.yml b/dev/tasks/java-jars/github.yml index 40889dd10b7..ba3179535b1 100644 --- a/dev/tasks/java-jars/github.yml +++ b/dev/tasks/java-jars/github.yml @@ -52,7 +52,9 @@ jobs: {{ macros.github_checkout_arrow()|indent }} {{ macros.github_install_archery()|indent }} - name: Install Dependencies - run: brew bundle --file=arrow/cpp/Brewfile + run: | + brew install --overwrite git + brew bundle --file=arrow/cpp/Brewfile - name: Build C Data Interface lib run: | set -e