Skip to content

Commit 2a80110

Browse files
committed
Update Manual Hooks to scope_min_manual_hooks_v1.4
1 parent 93036ba commit 2a80110

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
@@ -182,8 +182,8 @@ jobs:
182182
echo "Changing to configuration directory: $CONFIG..."
183183
cd "$CONFIG/kernel_platform/common"
184184
echo "Applying KSUN Hooks..."
185-
cp ../../../kernel_patches/next/syscall_hooks.patch ./
186-
patch -p1 --fuzz=3 < ./syscall_hooks.patch
185+
cp ../../../kernel_patches/next/scope_min_manual_hooks_v1.4.patch ./manual_hooks.patch
186+
patch -p1 --fuzz=3 < ./manual_hooks.patch
187187
188188
- name: Apply Hide Stuff Patches
189189
run: |

0 commit comments

Comments
 (0)