mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 10:31:02 +02:00
Use pgapt repository for testing
Required to make postgresql-15-ip4r available.
This commit is contained in:
parent
84ed9c6c48
commit
99090836a2
6
.github/workflows/debian-ci.yml
vendored
6
.github/workflows/debian-ci.yml
vendored
@ -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 .
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user