Skip to content

Commit e429d8a

Browse files
authored
Remove KernelSU setup from Novendor workflow
Removed optional KernelSU setup step from workflow.
1 parent 72a50a9 commit e429d8a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/Novendor.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ jobs:
5959
rm -rf AnyKernel3/.git
6060
mkdir -p modules/vendor/lib/modules
6161
62-
- name: Optional:KernelSU Setup
63-
if: ${{ github.event.inputs.apply_kernelsu }}
64-
working-directory: kernel
65-
run: |
66-
set -euo pipefail
67-
export PATH="/usr/lib/llvm-18/bin:$PATH"
68-
curl -LSs "${{ github.event.inputs.kernelsu_patch_url }}" | bash -
69-
7062
- name: Prepare "No Vendor" Config
7163
working-directory: kernel
7264
run: |

0 commit comments

Comments
 (0)