From 99090836a25808ec697113ed113006803e80a29d Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Mon, 24 Oct 2022 13:07:18 +0200 Subject: [PATCH] Use pgapt repository for testing Required to make postgresql-15-ip4r available. --- .github/workflows/debian-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/debian-ci.yml b/.github/workflows/debian-ci.yml index da7ccfc..9de5559 100644 --- a/.github/workflows/debian-ci.yml +++ b/.github/workflows/debian-ci.yml @@ -14,6 +14,12 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Install postgresql-common + run: sudo apt-get install -y postgresql-common + + - name: Install pgapt repository + run: sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y + - name: Install build-dependencies run: sudo apt-get build-dep -y .