From 676590be153372374ef5efb5e84e346627d0f689 Mon Sep 17 00:00:00 2001 From: weishu Date: Wed, 9 Aug 2023 22:07:14 +0800 Subject: [PATCH] ci: Keep .repo becuase it contains all repo's .git --- .github/workflows/gki-kernel.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index b041ef50..49c83c07 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -104,7 +104,6 @@ jobs: if [ -d prebuilts/clang/host/linux-x86 ] && [ -f common/build.config.constants ]; then ls -d prebuilts/clang/host/linux-x86/clang-r* | grep -v $(sed -n 's/^CLANG_VERSION=//p' common/build.config.constants) fi - rm -rf .repo df -h - name: Setup KernelSU