There was an error while loading. Please reload this page.
1 parent 21c0e55 commit 4fb78f2Copy full SHA for 4fb78f2
1 file changed
.github/workflows/beaker.yml
@@ -165,8 +165,9 @@ jobs:
165
- name: Setup libvirt for Vagrant
166
if: ${{ inputs.beaker_hypervisor == 'vagrant_libvirt' }}
167
run: |
168
+ sudo add-apt-repository ppa:evgeni/vagrant
169
sudo apt-get update
- sudo apt-get install -y --no-install-recommends vagrant vagrant-libvirt libvirt-clients libvirt-daemon-system libvirt-daemon qemu qemu-system-x86 qemu-utils
170
+ sudo apt-get install -y --no-install-recommends vagrant vagrant-libvirt libvirt-daemon-system libvirt-daemon qemu-system-x86 qemu-utils
171
sudo chmod 666 /var/run/libvirt/libvirt-sock
172
- name: Setup ruby
173
uses: ruby/setup-ruby@v1
0 commit comments