From befcf529d0cdcc5268190634804af653d9fe6405 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Wed, 25 May 2022 16:57:15 +1000 Subject: [PATCH] Update package repo details for matrix builds as well. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c9534cd..1e7adbb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -47,6 +47,8 @@ jobs: with: name: dist path: dist + - name: "Update package details" + run: sudo apt --fix-missing update - name: "Install Apache package" run: sudo apt install -y apache2-dev - name: "Update pip installation"