From 3f917632f32b509dbcda50913a6c5a029505939e Mon Sep 17 00:00:00 2001 From: BadSoulSFC <70845078+BadSoulSFC@users.noreply.github.com> Date: Sat, 17 Aug 2024 09:29:38 +0400 Subject: [PATCH] Update lancelot-14.yml --- .github/workflows/lancelot-14.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lancelot-14.yml b/.github/workflows/lancelot-14.yml index b2f2bc8..4d99aab 100644 --- a/.github/workflows/lancelot-14.yml +++ b/.github/workflows/lancelot-14.yml @@ -30,7 +30,7 @@ jobs: - name: Patching kernel tree for KernelSU support run: | cd $GITHUB_WORKSPACE/action_dir/kernel_tree - curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash - + curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash - 0.9.5 wget -P $GITHUB_WORKSPACE/ https://raw.githubusercontent.com/xiaoleGun/KernelSU_Action/main/patches/patches.sh bash $GITHUB_WORKSPACE/patches.sh echo "CONFIG_KSU=y" >> arch/arm64/configs/lancelot_defconfig