File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,8 @@ jobs:
188188 # if: github.event_name == 'schedule'
189189 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
190190 with :
191- repository : apache/arrow
191+ repository : kou/arrow
192+ ref : cpp-arrow-config-macos
192193 path : arrow
193194 - name : Checkout apache/arrow-testing
194195 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ cmake \
106106 -Dre2_SOURCE=BUNDLED \
107107 -GNinja
108108cmake --build " ${build_dir} /cpp" --target install
109+ cat " ${install_dir} /lib/cmake/Arrow/ArrowConfig.cmake"
109110github_actions_group_end
110111
111112if [ " ${ARROW_RUN_TESTS:- } " == " ON" ]; then
You can’t perform that action at this time.
0 commit comments