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 dded4e6 commit 841fcadCopy full SHA for 841fcad
.github/workflows/ci.yml
@@ -46,7 +46,8 @@ jobs:
46
sudo apt-get update
47
sudo apt-get install -y libvirt-daemon libvirt-daemon-system vagrant
48
sudo systemctl enable --now libvirtd
49
+ sudo usermod -aG libvirt ${USER}
50
sudo apt-get build-dep -y vagrant ruby-libvirt
51
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
52
- - run: sudo PATH=$PIPX_BIN_DIR:$PATH vagrant up --no-tty
+ vagrant plugin install vagrant-libvirt
53
+ - run: sudo -E -u ${USER} PATH=$PIPX_BIN_DIR:$PATH vagrant up --no-tty
0 commit comments