From 71a894623c1a7ac7dc1644f1d2a134f72781515c Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Mon, 6 Jul 2026 18:07:53 -0500 Subject: [PATCH] ci: add git to freebsd Otherwise when using a git commit on stack the build fails because it lacks the git dependency. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e98d5da41..c976631ce 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-24.04 vm: freebsd artifact: postgrest-freebsd-x86-64 - deps: pkg install -y postgresql16-client hs-stack + deps: pkg install -y git postgresql16-client hs-stack - name: Linux aarch64 runs-on: ubuntu-24.04-arm