This is an automated email from the ASF dual-hosted git repository.
yuanzhou 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 45cfdbe9d [VL] fix build bundle package (#6364)
45cfdbe9d is described below
commit 45cfdbe9d2093ecbf702bbc3cdb453c11904db5f
Author: Yuan <[email protected]>
AuthorDate: Mon Jul 8 09:00:15 2024 +0800
[VL] fix build bundle package (#6364)
fix the build bundle package tool due toe node version update
Signed-off-by: Yuan Zhou <[email protected]>
---
.github/workflows/build_bundle_package.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/build_bundle_package.yml
b/.github/workflows/build_bundle_package.yml
index 8ce659366..950f07ce2 100644
--- a/.github/workflows/build_bundle_package.yml
+++ b/.github/workflows/build_bundle_package.yml
@@ -15,6 +15,9 @@
name: Build bundle package
+env:
+ ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
+
concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{
github.workflow }}
cancel-in-progress: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]