This is an automated email from the ASF dual-hosted git repository.

philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new f3db088aa [CI] Fix centos7 failure (#6404)
f3db088aa is described below

commit f3db088aa548ce4b08c42a607d4e0ba5df629a18
Author: Rong Ma <[email protected]>
AuthorDate: Thu Jul 11 10:42:46 2024 +0800

    [CI] Fix centos7 failure (#6404)
---
 .github/workflows/velox_docker_cache.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/velox_docker_cache.yml 
b/.github/workflows/velox_docker_cache.yml
index 3c05acf7e..0fac95320 100644
--- a/.github/workflows/velox_docker_cache.yml
+++ b/.github/workflows/velox_docker_cache.yml
@@ -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
@@ -126,4 +129,4 @@ jobs:
 #      - uses: actions/cache/save@v3
 #        with:
 #          path: '${{ env.CCACHE_DIR }}'
-#          key: ccache-centos-release-default
\ No newline at end of file
+#          key: ccache-centos-release-default


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to