Skip to content

Commit

Permalink
gha: Attempt to fix qemu-kvm install failure
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Fergeau <[email protected]>
  • Loading branch information
cfergeau committed Aug 20, 2024
1 parent c50f13b commit 11cc971
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

- name: Install qemu
run: |
sudo apt update
sudo apt install qemu-kvm
sudo usermod -a -G kvm $USER
Expand Down

0 comments on commit 11cc971

Please sign in to comment.