[PATCH] ci: Add missing apt-get udpate before installation

2 views
Skip to first unread message

Jan Kiszka

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

Broke when the pre-installed database got outdated.

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