Skip to content

Commit

Permalink
Add VirtualBox and Vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Mar 4, 2024
1 parent e8e210d commit f63b64f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vagrant-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: install prerequisites
run: |
sudo apt-get install -y virtualbox
sudo apt-get install -y vagrant
- name: clean up old VMs
run: |
vboxmanage list vms | \
Expand Down

0 comments on commit f63b64f

Please sign in to comment.