Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Feb 6, 2024
1 parent 558e4cf commit 52f78c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
postgres-version: [16]
postgres-version: [12]
steps:
- uses: actions/checkout@v4
- uses: ./.
Expand All @@ -22,5 +22,5 @@ jobs:
- run: psql -d testdb -h localhost -c 'SHOW server_version'
- run: psql --version
- run: pg_config
- run: find $(pg_config --includedir)
- run: test -f $(pg_config --includedir-server)/postgres.h
- if: ${{ matrix.postgres-version == 12 }}
run: test -f $(pg_config --includedir-server)/postgres.h

0 comments on commit 52f78c8

Please sign in to comment.