We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8a321 commit a8ed2ccCopy full SHA for a8ed2cc
.github/workflows/test.yml
@@ -33,7 +33,8 @@ jobs:
33
- name: Install build tools
34
run: |
35
apt update
36
- apt install -y build-essential automake meson ninja-build pkg-config libxml2-dev wget gnupg lsb-release
+ apt install -y build-essential automake meson ninja-build pkg-config libxml2-dev wget gnupg lsb-release \
37
+ postgresql-server-dev-${{ matrix.pg_version }}
38
39
# Set PG_CONFIG to container's Postgres
40
- name: Set PG_CONFIG
0 commit comments