ci: Fix manager build
This commit is contained in:
5
.github/workflows/build-manager.yml
vendored
5
.github/workflows/build-manager.yml
vendored
@@ -14,7 +14,12 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
build-lkm:
|
||||||
|
uses: ./.github/workflows/build-lkm.yml
|
||||||
|
secrets: inherit
|
||||||
|
|
||||||
build-ksud:
|
build-ksud:
|
||||||
|
needs: build-lkm
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
|||||||
Reference in New Issue
Block a user