Skip to content

Commit 9785127

Browse files
Also added libpq dependency to unpack in integration tests
1 parent bf791a3 commit 9785127

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/proxysql_integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@ jobs:
410410
sudo apt-get install -y libpq5
411411
412412
# Documented user flow: download the debs, then unpack via dbdeployer.
413-
apt-get download postgresql-16 postgresql-client-16
413+
apt-get download postgresql-16 postgresql-client-16 libpq5
414414
./dbdeployer unpack --provider=postgresql \
415-
postgresql-16_*.deb postgresql-client-16_*.deb
415+
postgresql-16_*.deb postgresql-client-16_*.deb libpq5_*.deb
416416
ls ~/opt/postgresql/
417417
418418
# Sanity: confirm no system PG install snuck in via dependencies.

0 commit comments

Comments
 (0)