Skip to content

Commit 28a75e7

Browse files
committed
Deprecate build for SusFS 1.5.5, 1.5.6 and 1.5.7
1 parent bc062db commit 28a75e7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/actions/action.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -691,15 +691,6 @@ runs:
691691
fi
692692
693693
case "$susfs_version" in
694-
"v1.5.5"|"v1.5.6"|"v1.5.7")
695-
if [ "${{ inputs.ksu_type }}" = "KSUN" ]; then
696-
cd ./KernelSU-Next
697-
patch -p1 --forward < "../../../kernel_patches/next/0001-kernel-implement-susfs-v1.5.5-v1.5.7-KSUN-v1.0.8.patch" || true
698-
else
699-
echo "Not Implemented!"
700-
exit 1
701-
fi
702-
;;
703694
"v1.5.8")
704695
if [ "${{ inputs.ksu_type }}" = "KSUN" ]; then
705696
cd ./KernelSU-Next

0 commit comments

Comments
 (0)