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 fc29ac7 commit bfa7a26
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 postgreswl 14
run: sudo apt-get remove postgresql-14 postgresql-client-14
- name: Remove postgresql 14
run: sudo apt-get remove -y postgresql-14 postgresql-client-14

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

0 comments on commit bfa7a26

Please sign in to comment.