File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -264,8 +264,10 @@ jobs:
264264 name : Install vagrant
265265 run : |
266266 set -x
267+ wget -O - https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
268+ echo "deb [arch=$(dpkg --print-architecture) 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
267269 sudo apt-get update
268- sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant vagrant-libvirt ruby-libvirt
270+ sudo apt-get install -y libvirt-dev libvirt- daemon libvirt-daemon-system vagrant vagrant-libvirt ruby-libvirt
269271 sudo systemctl enable --now libvirtd
270272 sudo chmod a+rw /var/run/libvirt/libvirt-sock
271273 vagrant plugin install vagrant-libvirt
You can’t perform that action at this time.
0 commit comments