Skip to content

Commit a8ed2cc

Browse files
committed
Install dev headers inside the container
1 parent 4b8a321 commit a8ed2cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- name: Install build tools
3434
run: |
3535
apt update
36-
apt install -y build-essential automake meson ninja-build pkg-config libxml2-dev wget gnupg lsb-release
36+
apt install -y build-essential automake meson ninja-build pkg-config libxml2-dev wget gnupg lsb-release \
37+
postgresql-server-dev-${{ matrix.pg_version }}
3738
3839
# Set PG_CONFIG to container's Postgres
3940
- name: Set PG_CONFIG

0 commit comments

Comments
 (0)