Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Jan 15, 2025
1 parent 9c110b6 commit 6db43ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
brew update
brew install postgresql@16
export PATH=$PATH:`brew --prefix`/bin
export PATH=$PATH:/usr/lib/postgresql/16/bin
export PATH="/opt/homebrew/opt/postgresql@16/bin:$PATH"
echo $LDFLAGS
echo $CPPFLAGS
export LDFLAGS="-L/opt/homebrew/opt/postgresql@16/lib"
Expand Down

0 comments on commit 6db43ee

Please sign in to comment.