From b8a73c0cca877d4696ea8456c4e6aa599e5f3b85 Mon Sep 17 00:00:00 2001 From: wforget <643348094@qq.com> Date: Thu, 28 Mar 2024 22:49:55 +0800 Subject: [PATCH] fix --- .github/workflows/gluten.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gluten.yml b/.github/workflows/gluten.yml index c4fdc2fe8d2..36cc4bf8781 100644 --- a/.github/workflows/gluten.yml +++ b/.github/workflows/gluten.yml @@ -67,7 +67,8 @@ jobs: - name: Build gluten project run: | if [[ "${{ steps.gluten-cache.outputs.cache-hit }}" != 'true' || "${{ github.event.inputs.forceUpdateCache }}" == 'true' ]]; then - git clone https://github.com/oap-project/gluten.git + rm -rf gluten + git clone https://github.com/apache/incubator-gluten.git gluten cd gluten ./dev/package.sh rm -rf dist && mkdir -p dist