Skip to content

Commit 21af1c4

Browse files
committed
ci
1 parent c4460f6 commit 21af1c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: 'Install PostgreSQL'
4141
run: |
42-
sudo apt-get purge postgresql-*
42+
# sudo apt-get purge postgresql-*
4343
sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg-snapshot main ${{ matrix.ci.PGVER }}" > /etc/apt/sources.list.d/pgdg.list'
4444
curl https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg >/dev/null
4545
sudo apt-get update

0 commit comments

Comments
 (0)