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 2a80110 commit b65ac1fCopy full SHA for b65ac1f
.github/workflows/build.yml
@@ -148,7 +148,7 @@ jobs:
148
149
if [ "${{ inputs.ksun_branch }}" == "stable" ] || [ "${{ inputs.ksun_branch }}" == "next" ]; then
150
echo "Applying next SUSFS patches..."
151
- cp ../../../kernel_patches/next/0001-kernel-patch-susfs-v1.5.7-to-KernelSU-Next-v1.0.7.patch ./ksun_susfs_latest.patch
+ cp ../../../kernel_patches/next/ksun_susfs_v1.5.7_patch_12647+.patch ./ksun_susfs_latest.patch
152
patch -p1 --forward < ksun_susfs_latest.patch || true
153
fi
154
0 commit comments