kou commented on a change in pull request #11449:
URL: https://github.com/apache/arrow/pull/11449#discussion_r731328517
##########
File path: dev/tasks/java-jars/github.yml
##########
@@ -51,6 +51,8 @@ jobs:
steps:
{{ macros.github_checkout_arrow()|indent }}
{{ macros.github_install_archery()|indent }}
+ - name: Install Dependencies
+ run: brew bundle --file=cpp/Brewfile
Review comment:
Sorry. The path was wrong...
```suggestion
run: brew bundle --file=arrow/cpp/Brewfile
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]