Skip to content

Commit

Permalink
CI: Drop Golang from Coverity run
Browse files Browse the repository at this point in the history
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
  • Loading branch information
andyhhp committed Nov 5, 2024
1 parent 86001b3 commit 1785577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
build-essential \
git-core \
Expand Down

0 comments on commit 1785577

Please sign in to comment.