Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
theandrew168 committed May 4, 2024
1 parent 8ade314 commit aee0500
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- name: Install latest postgres client tools
# Based on:
# https://www.postgresql.org/download/linux/ubuntu/
- name: Install latest PostgreSQL client tools
run: |
sudo apt install -y postgresql-client-16
sudo apt install -y postgresql-common
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
sudo apt purge -y postgresql-client-common
sudo apt install -y postgresql-client
- name: Checkout source
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit aee0500

Please sign in to comment.