We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a523df7 commit 37988c5Copy full SHA for 37988c5
.github/workflows/rc.yml
@@ -162,10 +162,9 @@ jobs:
162
- name: Extract Download the latest Apache Arrow C++
163
run: |
164
tar -xf apache-arrow-java-*.tar.gz --strip-components=1
165
- # We need 19.0.0 for latest Boost support
166
- - name: Download the latest RC Apache Arrow C++
+ - name: Download the latest Apache Arrow C++
167
168
- ci/scripts/download_cpp.sh latest-rc
+ ci/scripts/download_cpp.sh
169
- name: Checkout apache/arrow-testing
170
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
171
with:
0 commit comments