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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user