Skip to content

Commit

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

- name: Update postgres tools
run: |
sudo apt update
sudo apt install -y postgresql-client
sudo apt-get update
sudo apt-get install -y postgresql-client-16
- name: Test
run: go test -v ./...
Expand Down

0 comments on commit 21b4a4a

Please sign in to comment.