Skip to content

Commit d8951b4

Browse files
committed
psqlのバージョンを変更
1 parent 97db2fb commit d8951b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pg_dump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install PostgreSQL Client
2222
run: |
2323
sudo apt-get update
24-
sudo apt-get install -y postgresql-client
24+
sudo apt-get install -y postgresql-client-15
2525
2626
- name: Backup database
2727
run: |

0 commit comments

Comments
 (0)