Use pgapt repository for testing

Required to make postgresql-15-ip4r available.
This commit is contained in:
Christoph Berg 2022-10-24 13:07:18 +02:00
parent 84ed9c6c48
commit 99090836a2

View File

@ -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 .