From: Jan Kiszka <[email protected]> Broke when the pre-installed database got outdated.
Signed-off-by: Jan Kiszka <[email protected]> --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 10b2a2d..62065d7 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -39,6 +39,7 @@ jobs: - name: Install amd64 dependencies if: ${{ matrix.target == 'amd64' || matrix.target == 'cppcheck' }} run: | + sudo apt-get update sudo apt-get install --no-install-recommends \ gcc-multilib gnu-efi libz-dev libpci-dev check bats - name: Install i386 dependencies -- 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/9babd5e0-a3c7-b055-9561-c9ae7a5cb54f%40siemens.com.
