We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9daa9e9 commit 4372159Copy full SHA for 4372159
.github/workflows/test.yml
@@ -401,7 +401,8 @@ jobs:
401
sudo systemctl enable --now libvirtd
402
sudo apt-get build-dep -qq ruby-libvirt
403
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
+ # 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
406
- name: Boot VM
407
run: |
408
ln -sf Vagrantfile.freebsd Vagrantfile
0 commit comments