From fb6565bd190249dae971bb6e11c0db5df5d6db61 Mon Sep 17 00:00:00 2001 From: weishu Date: Wed, 25 Oct 2023 09:12:20 +0800 Subject: [PATCH] ci: fix build for protectd 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 52b2815d..d7bf1f42 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_* + sed -i '/^rfkill_/d' 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"