Skip to content

Commit 0df53ad

Browse files
committed
CI: Fix vagrant box download glitch ("Unrecognized archive format")
1 parent 11c8ba3 commit 0df53ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ jobs:
107107
108108
ln -sf ci/Vagrantfile Vagrantfile
109109
110+
wget -q -O freebsd14.box https://vagrantcloud.com/roboxes/boxes/freebsd14/versions/4.3.12/providers/libvirt/amd64/vagrant.box
111+
vagrant box add --name roboxes/freebsd14 freebsd14.box
112+
vagrant box list
113+
110114
vagrant status
111115
vagrant up --no-tty --provider libvirt ${{ matrix.box }}
112116
- name: Build and test

0 commit comments

Comments
 (0)