Skip to content

Commit

Permalink
GHA: Install newer Virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Sep 19, 2024
1 parent 617431d commit 93ef5d9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@ jobs:
- name: Install Ansible Using PIP2
run: pip2 install ansible

- name: Add VirtualBox GPG Key
run: wget -O- https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo gpg --dearmor --yes --output /usr/share/keyrings/oracle-virtualbox-2016.gpg

- name: Add VirtualBox Repository
run: echo "deb [arch=amd64 signed-by=/usr/share/keyrings/oracle-virtualbox-2016.gpg] http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list

- name: Update Repos
run: sudo apt-get update

- name: Install VirtualBox
run: sudo apt-get install virtualbox
run: sudo apt-get install virtualbox-7.0

- name: Install Vagrant
run: sudo apt-get install vagrant
Expand Down

0 comments on commit 93ef5d9

Please sign in to comment.