Build manager with pre-built LKMs (#4)
This commit is contained in:
3
.github/workflows/build-manager.yml
vendored
3
.github/workflows/build-manager.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user