From 08c7f807edbfaaa6a28d6105d9eb2aa594fade7b Mon Sep 17 00:00:00 2001 From: BodoBolero Date: Mon, 18 Nov 2024 09:57:02 +0100 Subject: [PATCH] forgot to reference updated versions in dpkg command --- .github/workflows/benchmarking.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmarking.yml b/.github/workflows/benchmarking.yml index 31b8ed010aab..35b2a03fff05 100644 --- a/.github/workflows/benchmarking.yml +++ b/.github/workflows/benchmarking.yml @@ -548,9 +548,9 @@ jobs: wget -q "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-17/libpq5_17.1-1.pgdg110+1_${arch}.deb" wget -q "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-16/postgresql-client-16_16.5-1.pgdg110+1_${arch}.deb" wget -q "https://apt.postgresql.org/pub/repos/apt/pool/main/p/postgresql-16/postgresql-16_16.5-1.pgdg110+1_${arch}.deb" - dpkg -x libpq5_17.0-1.pgdg110+1_${arch}.deb pg - dpkg -x postgresql-16_16.4-1.pgdg110+2_${arch}.deb pg - dpkg -x postgresql-client-16_16.4-1.pgdg110+2_${arch}.deb pg + dpkg -x libpq5_17.1-1.pgdg110+1_${arch}.deb pg + dpkg -x postgresql-16_16.5-1.pgdg110+1_${arch}.deb pg + dpkg -x postgresql-client-16_16.5-1.pgdg110+1_${arch}.deb pg mkdir -p /tmp/neon/pg_install/v16/bin ln -s /home/nonroot/pg/usr/lib/postgresql/16/bin/pgbench /tmp/neon/pg_install/v16/bin/pgbench