Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Oct 29, 2024
1 parent 1548c23 commit 3df9c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Reinstall postgres 14
run: |
sudo apt purge libpq-dev postgresql-*
sudo apt purge libpq5 libpq-dev postgresql-*
sudo apt install -y postgresql-14 postgresql-client-14 postgresql-server-dev-14
- name: Setup ccache
Expand Down

0 comments on commit 3df9c0c

Please sign in to comment.