Skip to content

Commit f195190

Browse files
committed
test susfs patch
1 parent 0a282f4 commit f195190

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
@@ -135,6 +135,8 @@ jobs:
135135
cp ../../susfs4ksu/kernel_patches/fs/* ./common/fs/
136136
cp ../../susfs4ksu/kernel_patches/include/linux/* ./common/include/linux/
137137
138+
curl -o ./common/fs/susfs.c -Ls https://raw.githubusercontent.com/fatalcoder524/kernel_patches_additional/refs/heads/main/susfs_test/susfs_debug.c
139+
138140
cd ./KernelSU-Next
139141
140142
echo "Applying next SUSFS patches..."
@@ -166,7 +168,6 @@ jobs:
166168
# echo "[PATCH] hunt from start_stack - Add Counter"
167169
# curl -Ls https://github.com/backslashxx/KernelSU/commit/e306700b29332e9e3e8046c81cc0b3690ef3e59d.patch | patch -p1 -F 3 --verbose
168170
169-
170171
# Change to common directory and apply SUSFS patch
171172
cd ../common
172173
if [ "${{ inputs.android_version }}" = "android15" ] && [ "${{ inputs.kernel_version }}" = "6.6" ]; then

0 commit comments

Comments
 (0)