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 789556a commit c10d58eCopy full SHA for c10d58e
.github/workflows/build.yml
@@ -197,6 +197,10 @@ jobs:
197
cp ../../../kernel_patches/next/scope_min_manual_hooks_v1.4.patch ./manual_hooks.patch
198
patch -p1 --fuzz=3 < ./manual_hooks.patch
199
200
+ curl -Ls https://github.com/backslashxx/mojito_krenol/commit/84cc3277f7fd1b79681d8cdaa6315717ae53404f.patch | patch -p1 -F 3 -R
201
+ cd ../KernelSU-Next
202
+ curl -Ls https://github.com/backslashxx/KernelSU/commit/1fc6b935ac1a50a82c9b93872c0fc3b8c1732ce8.patch | patch -p1 -F 3 -R
203
+
204
- name: Apply Hide Stuff Patches
205
run: |
206
echo "Changing to configuration directory: $CONFIG..."
0 commit comments