We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c8ba3 commit 0df53adCopy full SHA for 0df53ad
1 file changed
.github/workflows/ci.yml
@@ -107,6 +107,10 @@ jobs:
107
108
ln -sf ci/Vagrantfile Vagrantfile
109
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
+
114
vagrant status
115
vagrant up --no-tty --provider libvirt ${{ matrix.box }}
116
- name: Build and test
0 commit comments