Skip to content

Commit 0f47a27

Browse files
Install some more packages for freebsd build
1 parent e6e1894 commit 0f47a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: vmactions/freebsd-vm@v0
110110
with:
111111
prepare: |
112-
pkg install -y cmake git pkgconf
112+
pkg install -y cmake git pkgconf pciutils wayland vulkan-headers vulkan-loader libxcb libXrandr libX11 glib dconf dbus xfce4-conf ImageMagick6 ImageMagick7 chafa egl libosmesa ocl-icd
113113
run: |
114114
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
115115
cmake --build . --target package

0 commit comments

Comments
 (0)