Skip to content

Commit

Permalink
Update kvm-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusdc committed Mar 6, 2024
1 parent 444f23f commit 477cf9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kvm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install KVM essentials
run: |
sudo apt update
sudo apt-get install -y qemu libvirt-daemon-system ebtables libguestfs-tools vagrant ruby-fog-libvirt
sudo apt-get install -y qemu libvirt-daemon-system ebtables libguestfs-tools vagrant
sudo adduser $USER libvirt && sudo adduser $USER kvm
- name: Cache Vagrant boxes
Expand Down

0 comments on commit 477cf9f

Please sign in to comment.