From: Jan Kiszka <[email protected]> Required since 9cd9e90a28fb: shtab has to be available for the build.
Signed-off-by: Jan Kiszka <[email protected]> --- .github/workflows/coverity.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/coverity.yaml b/.github/workflows/coverity.yaml index 99918ea..c6d4686 100644 --- a/.github/workflows/coverity.yaml +++ b/.github/workflows/coverity.yaml @@ -26,6 +26,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 + with: + submodules: recursive - name: Install amd64 dependencies run: | -- 2.31.1 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/3c2e7fa1-90f4-ebd5-5774-e8305d6b6139%40siemens.com.
