From 8b81aeaf70cfbd974cf25103a0ad0ca70c70cef8 Mon Sep 17 00:00:00 2001 From: weishu Date: Wed, 1 Nov 2023 09:37:55 +0800 Subject: [PATCH] ci: remove protected symbols --- .github/workflows/gki-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index d7bf1f42..bc277755 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -157,7 +157,7 @@ jobs: - name: Make working directory clean to avoid dirty working-directory: android-kernel run: | - sed -i '/^rfkill_/d' common/android/abi_gki_protected_exports_* || echo "No protected exports!" + rm common/android/abi_gki_protected_exports_* || echo "No protected exports!" git config --global user.email "bot@kernelsu.org" git config --global user.name "KernelSUBot" cd common/ && git add -A && git commit -a -m "Add KernelSU"