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

Signed-off-by: Derek Nola <derek.nola@suse.com>
pull/10896/head
Derek Nola 2024-11-04 16:26:51 -08:00 committed by GitHub
parent 242239e1b4
commit 8ea61541e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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