Skip to content

Commit

Permalink
ci(default-vagrant): add vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Oct 28, 2023
1 parent d7de97b commit a2d9d33
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/default-vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
# add user to group
sudo usermod -a -G libvirt $USER
- name: Set up vagrant
run: |
wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
echo "deb [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
sudo apt update && sudo apt install vagrant
- name: Set up vagrant-libvirt
run: |
vagrant plugin install vagrant-libvirt
Expand Down

0 comments on commit a2d9d33

Please sign in to comment.