Skip to content

Commit

Permalink
Install postgresql-client-17
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Oct 17, 2024
1 parent f33ebcc commit 98b428a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
sudo rm -f /etc/apt/sources.list.d/pgdg.list
curl --silent https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add
echo "deb http://apt.postgresql.org/pub/repos/apt/ `lsb_release -cs`-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list
sudo apt-get update && sudo apt-get install -y postgresql-client-16
sudo apt-get update && sudo apt-get install -y postgresql-client-17
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 98b428a

Please sign in to comment.