Skip to content

Commit 51c34b1

Browse files
Test ksun_susfs_v1.5.7_patch_12647+.patch
1 parent 5c4ffb4 commit 51c34b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ jobs:
149149
150150
if [ "${{ inputs.ksun_branch }}" == "stable" ] || [ "${{ inputs.ksun_branch }}" == "next" ]; then
151151
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
152+
# 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
153154
patch -p1 --forward < ksun_susfs_latest.patch || true
154155
fi
155156

0 commit comments

Comments
 (0)