Skip to content

Commit f59ef8f

Browse files
committed
Always use latest arrow c++ for RC workflow.
1 parent 2179d58 commit f59ef8f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/rc.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,13 +299,13 @@ jobs:
299299
shell: bash
300300
run: |
301301
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
302-
- name: Download the latest Apache Arrow C++
303-
if: github.event_name != 'schedule'
304-
shell: bash
305-
run: |
306-
ci/scripts/download_cpp.sh
302+
# - name: Download the latest Apache Arrow C++
303+
# if: github.event_name != 'schedule'
304+
# shell: bash
305+
# run: |
306+
# ci/scripts/download_cpp.sh
307307
- name: Checkout Apache Arrow C++
308-
if: github.event_name == 'schedule'
308+
# if: github.event_name == 'schedule'
309309
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
310310
with:
311311
repository: apache/arrow

0 commit comments

Comments
 (0)