Skip to content

Commit

Permalink
[CI] Fix centos7 failure (#6404)
Browse files Browse the repository at this point in the history
  • Loading branch information
marin-ma authored Jul 11, 2024
1 parent 15feb43 commit f3db088
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/velox_docker_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
branches:
- 'main'

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

concurrency:
group: ${{ github.repository }}-${{ github.workflow }}
cancel-in-progress: false
Expand Down Expand Up @@ -126,4 +129,4 @@ jobs:
# - uses: actions/cache/save@v3
# with:
# path: '${{ env.CCACHE_DIR }}'
# key: ccache-centos-release-default
# key: ccache-centos-release-default

0 comments on commit f3db088

Please sign in to comment.