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 fcd3f99 commit 2f32112
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,20 @@ jobs:
- name: Install Vagrant
run: sudo apt-get install -y vagrant=2.2.19

# - name: Import GPG keys for VirtualBox
# run: sudo curl -fsSL https://www.virtualbox.org/download/oracle_vbox_2016.asc | sudo apt-key add -
- name: Import GPG keys for VirtualBox
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" | sudo tee /etc/apt/sources.list.d/virtualbox.list
- name: Add VirtualBox repository
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
- name: Update apt cache again
run: sudo apt-get update

# - name: Install linux headers and dkms
# run: sudo apt-get install -y linux-headers-$(uname -r) dkms
- name: Install linux headers and dkms
run: sudo apt-get install -y linux-headers-$(uname -r) dkms

- name: Install VirtualBox
run: sudo apt-get install -y virtualbox
run: sudo apt-get install -y virtualbox6.1=6.1.24-dfsg=1~$(lsb_release -cs)

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

0 comments on commit 2f32112

Please sign in to comment.