We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e1894 commit 0f47a27Copy full SHA for 0f47a27
.github/workflows/push.yml
@@ -109,7 +109,7 @@ jobs:
109
uses: vmactions/freebsd-vm@v0
110
with:
111
prepare: |
112
- pkg install -y cmake git pkgconf
+ 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
113
run: |
114
cmake -DSET_TWEAK=Off -DBUILD_TESTS=On .
115
cmake --build . --target package
0 commit comments