Skip to content

Commit

Permalink
Update build_vagrant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Sep 19, 2024
1 parent 7473c40 commit 5482a1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
run: sudo apt-get install -y vagrant

- name: Import GPG keys for VirtualBox
run: sudo curl -fsSL https://www.virtualbox.org/download/oracle_vbox_2016.asc | apt-key add -
run: sudo curl -fsSL https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo apt-key add -

- name: Add VirtualBox repository
run: sudo echo "deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" | tee /etc/apt/sources.list.d/virtualbox.list
run: sudo echo "deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list

- name: Update apt cache again
run: sudo apt-get update
Expand All @@ -68,10 +68,10 @@ jobs:
run: sudo apt-get install -y linux-headers-$(uname -r) dkms

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

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

#- name: Install VirtualBox
# run: sudo apt-get install virtualbox
Expand Down

0 comments on commit 5482a1b

Please sign in to comment.