diff --git a/.github/workflows/gki-kernel.yml b/.github/workflows/gki-kernel.yml index 1a0966f2..52b2815d 100644 --- a/.github/workflows/gki-kernel.yml +++ b/.github/workflows/gki-kernel.yml @@ -157,6 +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_* 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" @@ -172,7 +173,6 @@ jobs: if [ -e build/build.sh ]; then CCACHE="/usr/bin/ccache" LTO=thin BUILD_CONFIG=common/build.config.gki.aarch64 build/build.sh else - sed -i '/^rfkill_/d' common/android/abi_gki_protected_exports_* tools/bazel run --disk_cache=/home/runner/.cache/bazel --config=fast --config=stamp --lto=thin //common:kernel_aarch64_dist -- --dist_dir=dist fi