Skip to content

Commit

Permalink
CI: Fix vagrant box download glitch ("Unrecognized archive format")
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Jan 20, 2025
1 parent 81708c9 commit 0556737
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ jobs:
ln -sf ci/Vagrantfile Vagrantfile
wget -q -O freebsd14.box https://vagrantcloud.com/roboxes/boxes/freebsd14/versions/4.3.12/providers/libvirt/amd64/vagrant.box
vagrant box add --name roboxes/freebsd14 freebsd14.box
vagrant box list
vagrant status
vagrant up --no-tty --provider libvirt ${{ matrix.box }}
- name: Build and test
Expand Down

0 comments on commit 0556737

Please sign in to comment.