Browse Source

Update build.yml

James McConnell 1 year ago
parent
commit
c65c74abee
1 changed files with 1 additions and 5 deletions
  1. 1 5
      .github/workflows/build.yml

+ 1 - 5
.github/workflows/build.yml

@@ -265,11 +265,7 @@ jobs:
           echo "Changing to configuration directory: $CONFIG..."
           cd "$CONFIG/common"
           
-          if [ "${{ inputs.kernelsu_variant }}" == "KSU" ]; then
-             echo "Applying hooks for Official KernelSU..."
-             cp ../../kernel_patches/hooks/ksu_hooks.patch ./
-             patch -p1 -F 3 < ksu_hooks.patch
-          elif [ "${{ inputs.kernelsu_variant }}" == "KSU_NEXT" ]; then
+          if [ "${{ inputs.kernelsu_variant }}" == "KSU_NEXT" ]; then
             echo "Applying hooks for KernelSU-Next..."
             cp ../../kernel_patches/next/syscall_hooks.patch ./
             patch -p1 -F 3 < syscall_hooks.patch