From 17855771f2fdf13e45a27ffc3a3f7163927f9d48 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Tue, 5 Nov 2024 20:30:26 +0000 Subject: [PATCH] CI: Drop Golang from Coverity run Something has changed recently in Github Actions and golang is no longer available from the internal mirror: https://github.com/xen-project/xen/actions/runs/11539340171/job/32120834909 I can't find --- .github/workflows/coverity.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 984636eb4635..a6c2819b0a24 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -12,6 +12,7 @@ jobs: steps: - name: Install build dependencies run: | + sudo apt-get update sudo apt-get install -y \ build-essential \ git-core \