We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a50a9 commit e429d8aCopy full SHA for e429d8a
.github/workflows/Novendor.yml
@@ -59,14 +59,6 @@ jobs:
59
rm -rf AnyKernel3/.git
60
mkdir -p modules/vendor/lib/modules
61
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
-
70
- name: Prepare "No Vendor" Config
71
working-directory: kernel
72
run: |
0 commit comments