summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2022-05-25 16:57:15 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2022-05-25 16:57:15 +1000
commitbefcf529d0cdcc5268190634804af653d9fe6405 (patch)
tree2da4f3deeb0a417b529650122795cf29f636309d
parentc56635d6d3eff320d17297b4c971723509c32402 (diff)
downloadmod_wsgi-befcf529d0cdcc5268190634804af653d9fe6405.tar.gz
Update package repo details for matrix builds as well.
-rw-r--r--.github/workflows/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5c9534c..1e7adbb 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"