We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713c57a commit 64db26dCopy full SHA for 64db26d
.github/workflows/cpp_extra.yml
@@ -339,6 +339,8 @@ jobs:
339
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra') ||
340
contains(fromJSON(needs.check-labels.outputs.ci-extra-labels || '[]'), 'CI: Extra: C++')
341
timeout-minutes: 240
342
+ permissions:
343
+ packages: write
344
env:
345
ARROW_BUILD_SHARED: ON
346
ARROW_BUILD_STATIC: OFF
@@ -386,7 +388,7 @@ jobs:
386
388
run: |
387
389
echo "cache-dir=$(ccache --get-config cache_dir)" >> $GITHUB_OUTPUT
390
- name: Cache ccache
- uses: actions/cache@v4
391
+ uses: actions/cache@v5
392
with:
393
path: ${{ steps.ccache-info.outputs.cache-dir }}
394
key: cpp-odbc-ccache-windows-x64-${{ hashFiles('cpp/**') }}
0 commit comments