]> xenbits.xensource.com Git - xen.git/commitdiff
CI: Fix package installation for Coverity run
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 5 Nov 2024 20:30:26 +0000 (20:30 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 6 Nov 2024 13:47:23 +0000 (13:47 +0000)
Something has changed recently in the Github Actions environment and the
golang metapacakge resolves to something that no longer exists:

  https://github.com/xen-project/xen/actions/runs/11539340171/job/32120834909

Update the apt package index before installing, which fixes things.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
.github/workflows/coverity.yml

index 984636eb4635f78b06b3a6c17647a19d83544353..a6c2819b0a24f1e0a9c563be59d160be9908861f 100644 (file)
@@ -12,6 +12,7 @@ jobs:
     steps:
     - name: Install build dependencies
       run: |
+        sudo apt-get update
         sudo apt-get install -y \
           build-essential \
           git-core \