Skip to content

Commit 1b01f39

Browse files
committed
Revert "Disable vagrant strict dependency checking"
This reverts commit ae73e30. Signed-off-by: Akhil Mohan <[email protected]>
1 parent 013fe43 commit 1b01f39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -587,8 +587,7 @@ jobs:
587587
echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/hashicorp.list
588588
sudo sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources
589589
sudo apt-get update
590-
# Pinned to 2.4.1-1 until https://github.com/hashicorp/vagrant/pull/13532 in released version
591-
sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant=2.4.1-1 ovmf
590+
sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant ovmf
592591
# https://github.com/vagrant-libvirt/vagrant-libvirt/issues/1725#issuecomment-1454058646
593592
sudo cp /usr/share/OVMF/OVMF_VARS_4M.fd /var/lib/libvirt/qemu/nvram/
594593
sudo systemctl enable --now libvirtd

0 commit comments

Comments
 (0)