Skip to content

Commit

Permalink
remove of postgresql client 14
Browse files Browse the repository at this point in the history
  • Loading branch information
TangoYankee committed Apr 5, 2024
1 parent 7cf9423 commit fc29ac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_update_api_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
sudo apt-get install -y wget
sudo apt-get install -y software-properties-common
- name: Remove postgres 14
run: sudo apt-get remove postgresql-14
- name: Remove postgreswl 14
run: sudo apt-get remove postgresql-14 postgresql-client-14

- name: Install postgres-client-15
run: |
Expand Down

0 comments on commit fc29ac7

Please sign in to comment.