Build manager with pre-built LKMs (#4)

This commit is contained in:
PuerNya
2024-12-05 23:14:49 +08:00
committed by 5ec1cff
parent c0477a6178
commit dbe8902b3c
2 changed files with 10 additions and 7 deletions

View File

@@ -14,7 +14,6 @@ on:
workflow_call:
jobs:
build-ksud:
strategy:
matrix:
@@ -27,7 +26,7 @@ jobs:
with:
target: ${{ matrix.target }}
os: ${{ matrix.os }}
pack_lkm: false
pack_lkm: true
build-manager:
needs: build-ksud