Skip to content

Commit

Permalink
More debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kmicklas committed Jun 9, 2024
1 parent 4a1ad73 commit 29b6a25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
export PATH=$PATH:/usr/lib/postgresql/*/bin
echo explicit
/usr/lib/postgresql/*/bin/initdb --help
echo with path
PATH=$PATH:/usr/lib/postgresql/*/bin initdb --help
echo by path: $PATH
initdb --help
- uses: actions/checkout@v4
Expand Down

0 comments on commit 29b6a25

Please sign in to comment.