Skip to content

Commit

Permalink
Run find
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Feb 6, 2024
1 parent 3b13296 commit e1417c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- run: psql -d testdb -h localhost -c 'SHOW server_version'
- run: psql --version
- run: pg_config
- run: find $(pg_config --includedir-server)/postgres.h
- run: find $(pg_config --includedir)/postgres.h
- run: find $(pg_config --includedir-server)
- run: find $(pg_config --includedir)
- run: test -f $(pg_config --includedir-server)/postgres.h

0 comments on commit e1417c5

Please sign in to comment.