Skip to content

Commit

Permalink
[CI] Updates pg repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Sep 7, 2023
1 parent ba4ad5b commit 585dcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lint:fmt:
.pg: &pg
stage: test
before_script:
- echo "deb http://apt.postgresql.org/pub/repos/apt bullseye-pgdg main" > /etc/apt/sources.list.d/pgdg.list
- echo "deb http://apt.postgresql.org/pub/repos/apt bookworm-pgdg main" > /etc/apt/sources.list.d/pgdg.list
- curl https://www.postgresql.org/media/keys/ACCC4CF8.asc > /etc/apt/trusted.gpg.d/ACCC4CF8.asc
- apt update
- apt install bc sudo postgresql-$PG postgresql-server-dev-$PG clang valgrind -y
Expand Down

0 comments on commit 585dcf2

Please sign in to comment.