Skip to content

Commit 4c5fbaf

Browse files
committed
ci: Updating freebsd build install list
Signed-off-by: Tyler Erickson <[email protected]>
1 parent 1126abf commit 4c5fbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vagrant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
box: generic/freebsd14
5050
run: |
5151
run pkg update
52-
run pkg install -y meson clang
52+
run pkg install -y meson
5353
5454
run meson setup build -Dprefix=/ -Dmandir=/man -Dbindir=/ --buildtype=release
5555
run meson install -C build

0 commit comments

Comments
 (0)