Skip to content

Commit

Permalink
build: install libpq on MacOS runs
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Apr 29, 2024
1 parent 451c560 commit 09f9b6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/units.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,6 @@ jobs:
with:
ruby-version: '3.0'
bundler-cache: true
- name: install libpq
run: brew install libpq
- run: mvn -B test -Ptest-all -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

0 comments on commit 09f9b6a

Please sign in to comment.