ci: add git to freebsd

Otherwise when using a git commit on stack the build fails because it
lacks the git dependency.
This commit is contained in:
steve-chavez
2026-07-06 21:50:26 -05:00
parent c5c9dc33c9
commit 6191243c64
+1 -1
View File
@@ -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