Skip to content

Commit 9909083

Browse files
committed
Use pgapt repository for testing
Required to make postgresql-15-ip4r available.
1 parent 84ed9c6 commit 9909083

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/debian-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v2
1616

17+
- name: Install postgresql-common
18+
run: sudo apt-get install -y postgresql-common
19+
20+
- name: Install pgapt repository
21+
run: sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
22+
1723
- name: Install build-dependencies
1824
run: sudo apt-get build-dep -y .
1925

0 commit comments

Comments
 (0)