Unverified Commit 8ea61541 authored by Derek Nola's avatar Derek Nola Committed by GitHub

Pin vagrant to older version to avoid known issue 13527 (#11226)

parent 242239e1
......@@ -12,7 +12,7 @@ runs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant ruby-libvirt
sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant=2.4.1-1 ruby-libvirt
sudo systemctl enable --now libvirtd
- name: Install vagrant dependencies
shell: bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment