[master] ff600bc76 coverity: Run 'apt update' before installing packages
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Mon Apr 7 08:34:07 UTC 2025
commit ff600bc763e58254027ec32113b9b6afce385476
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Mon Apr 7 10:32:02 2025 +0200
coverity: Run 'apt update' before installing packages
A job failed because of a stale index.
diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index c86322600..308502df6 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -11,6 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
+ sudo apt-get update
sudo apt-get install -y \
autoconf \
automake \
More information about the varnish-commit
mailing list