Skip to content

Commit 600070a

Browse files
github action pg15/16/17 linux
1 parent 8b6a6f8 commit 600070a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
- name: Checkout repository
7272
uses: actions/checkout@v4
7373

74+
- name: Add PostgreSQL APT Repository
75+
run: |
76+
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
77+
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
78+
7479
- name: Install PostgreSQL Development Libraries
7580
run: |
7681
sudo apt-get update

0 commit comments

Comments
 (0)