[PATCH] ci: Add missing apt-get update in coverity workflow

2 views
Skip to first unread message

Jan Kiszka

unread,
Mar 19, 2022, 9:04:16 AM3/19/22
to efibootguard-dev
From: Jan Kiszka <jan.k...@siemens.com>

Needed in case the apt database got outdated.

Signed-off-by: Jan Kiszka <jan.k...@siemens.com>
---
.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
Reply all
Reply to author
Forward
0 new messages