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 2f32112 commit 126003a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ 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
Expand Down

0 comments on commit 126003a

Please sign in to comment.