pitrou commented on a change in pull request #6991:
URL: https://github.com/apache/arrow/pull/6991#discussion_r411416006
##########
File path: .github/workflows/cpp.yml
##########
@@ -228,7 +228,9 @@ jobs:
run: ci/scripts/util_checkout.sh
- name: Build
shell: bash
- run: ci/scripts/cpp_build.sh $(pwd) $(pwd)/build
+ run: |
+ export BOOST_ROOT=$BOOST_ROOT_1_72_0
+ ci/scripts/cpp_build.sh $(pwd) $(pwd)/build
Review comment:
This is an unrelated CI fix.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]