CI: fix "Unable to find a source package for vagrant" error
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
38beeb359a
commit
4d02217b5e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -568,7 +568,7 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant
|
||||
sudo systemctl enable --now libvirtd
|
||||
sudo apt-get build-dep -y vagrant ruby-libvirt
|
||||
sudo apt-get build-dep -y ruby-libvirt
|
||||
sudo apt-get install -y --no-install-recommends libxslt-dev libxml2-dev libvirt-dev ruby-bundler ruby-dev zlib1g-dev
|
||||
sudo vagrant plugin install vagrant-libvirt
|
||||
- name: Boot VM
|
||||
|
Loading…
Reference in New Issue
Block a user