Skip to content

Commit 508272f

Browse files
committed
Test
1 parent b836bcb commit 508272f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ jobs:
197197
cp ../../../kernel_patches/next/scope_min_manual_hooks_v1.4.patch ./manual_hooks.patch
198198
patch -p1 --fuzz=3 < ./manual_hooks.patch
199199
200-
curl -Ls https://github.com/backslashxx/mojito_krenol/commit/84cc3277f7fd1b79681d8cdaa6315717ae53404f.patch | patch -p1 -F 3 -R
200+
curl -Ls https://github.com/backslashxx/mojito_krenol/commit/84cc3277f7fd1b79681d8cdaa6315717ae53404f.patch | head -n-12 | patch -p1 -F 3
201201
cd ../KernelSU-Next
202-
curl -Ls https://github.com/backslashxx/KernelSU/commit/1fc6b935ac1a50a82c9b93872c0fc3b8c1732ce8.patch | patch -p1 -F 3 -R
202+
curl -Ls https://github.com/backslashxx/KernelSU/commit/1fc6b935ac1a50a82c9b93872c0fc3b8c1732ce8.patch | patch -p1 -F 3
203203
204204
- name: Apply Hide Stuff Patches
205205
run: |

0 commit comments

Comments
 (0)