ci: Remove tomlplusplus and cli11 from freebsd build

This commit is contained in:
sithlord48
2025-11-21 16:19:22 -05:00
committed by Nick Bolton
parent 15b6da097c
commit 2166de2114

View File

@ -304,8 +304,8 @@ jobs:
usesh: true
run: |
pkg install -y cmake ninja gmake gcc12 openssl glib \
libX11 libXtst libxkbfile qt6-base qt6-tools gtk3 googletest \
tomlplusplus cli11 pkgconf libei libportal
libX11 libXtst libxkbfile qt6-base qt6-tools gtk3 \
googletest pkgconf libei libportal
${{env.CMAKE_CONFIGURE}} -G Ninja
cmake --build build -j16
# Integration tests are flakey by nature, make them optional.