Skip to content

Commit

Permalink
Add vagrant plugin workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
tom91136 committed Nov 8, 2024
1 parent a87bf9e commit ec1ed82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:

- name: Setup vagrant plugin and binfmt
run: |
vagrant plugin install vagrant-libvirt
# See https://github.com/hashicorp/vagrant/issues/13527
VAGRANT_DISABLE_STRICT_DEPENDENCY_ENFORCEMENT=1 vagrant plugin install vagrant-libvirt
sudo apt-get reinstall -y qemu-user-static
pipx inject ansible-core passlib cryptography
if: always()
Expand Down

0 comments on commit ec1ed82

Please sign in to comment.