lidavidm commented on code in PR #334:
URL: https://github.com/apache/arrow-go/pull/334#discussion_r2011528757
##########
.github/workflows/test.yml:
##########
@@ -214,7 +214,7 @@ jobs:
run: brew install apache-arrow
- name: Setup PKG_CONFIG_PATH
run: |
- echo "PKG_CONFIG_PATH=$(brew --prefix
openssl@3)/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
+ echo "PKG_CONFIG_PATH=$(brew --prefix
openssl@3)/lib/pkgconfig:$(brew --prefix
apache-arrow)/lib/pkgconfig:$PKG_CONFIG_PATH" >> $GITHUB_ENV
Review Comment:
Is it better to do this or better to be explicit?
--
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]