Skip to content

Commit 4372159

Browse files
committed
fix: disable strict dependency enforcement for vagrant-libvirt plugin installation
Signed-off-by: fahed dorgaa <[email protected]>
1 parent 9daa9e9 commit 4372159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,8 @@ jobs:
401401
sudo systemctl enable --now libvirtd
402402
sudo apt-get build-dep -qq ruby-libvirt
403403
sudo apt-get install -qq --no-install-recommends libxslt-dev libxml2-dev libvirt-dev ruby-bundler ruby-dev zlib1g-dev
404-
sudo vagrant plugin install vagrant-libvirt
404+
# Disable strict dependency enforcement to bypass gem version conflicts during the installation of the vagrant-libvirt plugin.
405+
sudo env VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install vagrant-libvirt
405406
- name: Boot VM
406407
run: |
407408
ln -sf Vagrantfile.freebsd Vagrantfile

0 commit comments

Comments
 (0)