Skip to content

Commit

Permalink
Use pgapt repository for testing
Browse files Browse the repository at this point in the history
Required to make postgresql-15-ip4r available.
  • Loading branch information
df7cb committed Oct 24, 2022
1 parent 84ed9c6 commit 9909083
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/debian-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

Expand Down

0 comments on commit 9909083

Please sign in to comment.