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 5c4ffb4 commit 51c34b1Copy full SHA for 51c34b1
.github/workflows/build.yml
@@ -149,7 +149,8 @@ jobs:
149
150
if [ "${{ inputs.ksun_branch }}" == "stable" ] || [ "${{ inputs.ksun_branch }}" == "next" ]; then
151
echo "Applying next SUSFS patches..."
152
- 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/0001-kernel-patch-susfs-v1.5.7-to-KernelSU-Next-v1.0.7.patch ./ksun_susfs_latest.patch
153
+ curl -Ls https://github.com/WildKernels/kernel_patches/commit/33263d70c754d908845ad1b53cce0b53a6073b71.patch -o ksun_susfs_latest.patch
154
patch -p1 --forward < ksun_susfs_latest.patch || true
155
fi
156
0 commit comments