From 6b413667d307b2725e1a823cc75497ccd36bf83c Mon Sep 17 00:00:00 2001 From: WuXing90 <81987980+WuXing90@users.noreply.github.com> Date: Fri, 27 Dec 2024 23:55:16 +0800 Subject: [PATCH] Update build-kernel.yml --- .github/workflows/build-kernel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-kernel.yml b/.github/workflows/build-kernel.yml index 760dc035c1..ef3b8d1fef 100644 --- a/.github/workflows/build-kernel.yml +++ b/.github/workflows/build-kernel.yml @@ -75,7 +75,7 @@ jobs: if: env.ENABLE_KERNELSU == 'true' run: | cd $GITHUB_WORKSPACE/kernel_workspace/android-kernel - curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -s next-susfs-4.14 + curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash - KSU_VERSION=$(cd KernelSU-Next && expr $(/usr/bin/git rev-list --count HEAD) + 10200) echo "UPLOADNAME=-KernelSU_$KSU_VERSION" >> $GITHUB_ENV