Skip to content

Commit

Permalink
Try an additional apt-get update to resolve 404 error in apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Mar 4, 2024
1 parent f63b64f commit 5edec1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/vagrant-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
sudo udevadm trigger --name-match=kvm
- name: install prerequisites
run: |
sudo apt-get update
sudo apt-get install -y virtualbox
sudo apt-get install -y vagrant
- name: clean up old VMs
Expand Down

0 comments on commit 5edec1f

Please sign in to comment.