We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc062db commit 28a75e7Copy full SHA for 28a75e7
.github/actions/action.yml
@@ -691,15 +691,6 @@ runs:
691
fi
692
693
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
- ;;
703
"v1.5.8")
704
if [ "${{ inputs.ksu_type }}" = "KSUN" ]; then
705
cd ./KernelSU-Next
0 commit comments