Skip to content

Commit

Permalink
further postgres-client-16 ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
a-grellmann committed Jan 17, 2024
1 parent 21b4a4a commit 56cabe9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:

- name: Update postgres tools
run: |
sudo sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get install -y postgresql-client-16
sudo apt-get install -y postgresql-client
- name: Test
run: go test -v ./...
Expand Down

0 comments on commit 56cabe9

Please sign in to comment.