Skip to content

Commit

Permalink
troubleshooting postgresql client
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin committed May 23, 2024
1 parent 9fb8b2f commit 9e02a2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/vulndb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
steps:
- name: Install postgresql client
run: |
sudo apt-get update
sudo apt-get install postgresql-client-16
sudo apt-get install postgresql postgresql-client -y
- name: Create semver extension
run: |
Expand Down

0 comments on commit 9e02a2b

Please sign in to comment.