Skip to content

Commit af18fb3

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dev/tasks/java-jars/github.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
{{ macros.github_checkout_arrow()|indent }}
5353
{{ macros.github_install_archery()|indent }}
5454
- name: Install Dependencies
55-
run: brew bundle --file=arrow/cpp/Brewfile
55+
run: |
56+
brew install --overwrite git
57+
brew bundle --file=arrow/cpp/Brewfile
5658
- name: Build C Data Interface lib
5759
run: |
5860
set -e

0 commit comments

Comments
 (0)