From 6191243c64fb57bf7d53896b03441c6879b30a2c 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 934210428..27f3e9398 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -102,7 +102,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: MacOS aarch64 runs-on: macos-14