Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Jan 24, 2024
1 parent ea904a1 commit c4996e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/postgresql-16-src-make-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
- name: Install dependencies
run: brew install json-c # All other required deps already installed in this image.

- name: Debug
run: |
pkg --list-all
exit 1
- name: Clone postgres repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c4996e8

Please sign in to comment.