From 80b73c0d4b446813550b528c31793b0887c9717b Mon Sep 17 00:00:00 2001 From: realdaemon Date: Fri, 3 Apr 2026 17:41:16 -0500 Subject: [PATCH] Add X11 and ALSA dependencies to FreeBSD CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3ac32f3..30e14cbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -291,7 +291,7 @@ jobs: release: "15.0" usesh: true prepare: | - pkg install -y cmake ninja qt6-base git + pkg install -y cmake ninja qt6-base git xorg alsa-lib run: | cmake -S . -B build -G Ninja \ -DCMAKE_BUILD_TYPE=Release \