From ed1145fbea4dae46df557aace86982ef7feb4dfd Mon Sep 17 00:00:00 2001 From: realdaemon Date: Fri, 3 Apr 2026 15:49:38 -0500 Subject: [PATCH] Add git to FreeBSD CI dependencies --- .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 02960280..a3ac32f3 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 + pkg install -y cmake ninja qt6-base git run: | cmake -S . -B build -G Ninja \ -DCMAKE_BUILD_TYPE=Release \