Skip to content

Commit

Permalink
fix: remove brew installed version of googletest
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Jul 25, 2024
1 parent 019f3d2 commit 85c1244
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/tasks/java-jars/github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ jobs:
brew bundle --file=arrow/java/Brewfile
# installing googletest older version
brew install googletest@1.14.0
# We want to use the bundled googletest for linking.
brew uninstall googletest
- name: Build C++ libraries
env:
{{ macros.github_set_sccache_envvars()|indent(8) }}
Expand Down

0 comments on commit 85c1244

Please sign in to comment.