From: Jan Kiszka <[email protected]> Needed in case the apt database got outdated.
Signed-off-by: Jan Kiszka <[email protected]> --- .github/workflows/coverity.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverity.yaml b/.github/workflows/coverity.yaml index c6d4686..01145f5 100644 --- a/.github/workflows/coverity.yaml +++ b/.github/workflows/coverity.yaml @@ -31,6 +31,7 @@ jobs: - name: Install amd64 dependencies run: | + sudo apt-get update sudo apt-get install --no-install-recommends \ gcc-multilib gnu-efi libz-dev libpci-dev check - name: Install Coverity -- 2.34.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/aa01522f-c614-2cd6-1733-33b060540c31%40siemens.com.
