Skip to content

Commit 7032b84

Browse files
Test v1.5.11 version
1 parent 634181e commit 7032b84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,14 @@ runs:
240240
done
241241
patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_kernel_compat.c.patch"
242242
;;
243-
"v1.5.10")
243+
"v1.5.10"|"v1.5.11")
244244
cp ../../../susfs4ksu/kernel_patches/KernelSU/10_enable_susfs_for_ksu.patch ./
245245
patch -p1 --forward < 10_enable_susfs_for_ksu.patch || true
246246
for file in $(find ./kernel -maxdepth 2 -name "*.rej" -printf "%f\n" | cut -d'.' -f1); do
247247
echo "Patching file: $file.c with fix_$file.c.patch"
248-
patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_$file.c.patch"
248+
patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/v1.5.10/fix_$file.c.patch"
249249
done
250-
patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/$susfs_version/fix_kernel_compat.c.patch"
250+
patch -p1 --forward < "../../../kernel_patches/next/susfs_fix_patches/v1.5.10/fix_kernel_compat.c.patch"
251251
;;
252252
*)
253253
echo "Invalid version: $susfs_version"

0 commit comments

Comments
 (0)