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-10 21:49:58 -05:00
parent 3eab24400c
commit 71a894623c
+1 -1
View File
@@ -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