Skip to content

Commit

Permalink
install libpq on macos job
Browse files Browse the repository at this point in the history
Signed-off-by: Fabricio Aguiar <[email protected]>
  • Loading branch information
fao89 committed Oct 3, 2024
1 parent 28e4511 commit 0d3aa38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install libpq
run: |
brew install libpq
brew link --force libpq
echo "PQ_LIB_DIR=$(brew --prefix libpq)/lib" >> $GITHUB_ENV
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 0d3aa38

Please sign in to comment.