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:
|
||||
|
||||
jobs:
|
||||
build-lkm:
|
||||
uses: ./.github/workflows/build-lkm.yml
|
||||
secrets: inherit
|
||||
|
||||
build-ksud:
|
||||
needs: build-lkm
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user