kou commented on code in PR #334:
URL: https://github.com/apache/arrow-go/pull/334#discussion_r2011447371


##########
.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:
   ```suggestion
             echo "PKG_CONFIG_PATH=$(brew --prefix 
openssl@3)/lib/pkgconfig:$(brew --prefix)/lib/pkgconfig:$PKG_CONFIG_PATH" >> 
$GITHUB_ENV
   ```
   
   may be enough because apache-arrow isn't keg-only formula.



-- 
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]

Reply via email to