File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 workflow_call : # This allows this workflow to be called from another workflow
55
66jobs :
7- build-kernel-a13-5-15-kernelsu-susfs :
7+ build-kernel-a13-5-15-kernelsu-next- susfs :
88 runs-on : ubuntu-local
99
1010 steps :
8282 echo "Changing to configuration directory: $CONFIG..."
8383 cd "$CONFIG/kernel_platform"
8484
85- echo "Adding KernelSU..."
85+ echo "Adding KernelSU Next ..."
8686 curl -LSs "https://raw.githubusercontent.com/rifsxd/KernelSU-Next/next/kernel/setup.sh" | bash -
8787 cd ./KernelSU-Next/kernel
8888 sed -i 's/ccflags-y += -DKSU_VERSION=16/ccflags-y += -DKSU_VERSION=12321/' ./Makefile
@@ -102,7 +102,7 @@ jobs:
102102
103103 cd ./KernelSU-Next
104104
105- # Apply SUSFS patch for KernelSU
105+ # Apply SUSFS patch for KernelSU Next
106106 patch -p1 --forward < 10_enable_susfs_for_ksu.patch || true
107107
108108 # Change to common directory and apply SUSFS patch
@@ -197,7 +197,7 @@ jobs:
197197 echo "Creating zip files for all formats..."
198198 cd ./AnyKernel3
199199
200- ZIP_NAME="Anykernel3-OP11-A15-android11-5.15-KernelSU-SUSFS.zip"
200+ ZIP_NAME="Anykernel3-OP11-A15-android11-5.15-KernelSU-Next- SUSFS.zip"
201201 echo "Creating zip file $ZIP_NAME..."
202202 zip -r "../$ZIP_NAME" ./*
203203
You can’t perform that action at this time.
0 commit comments