Skip to content

Commit 5c0e71f

Browse files
jhfclaude
andcommitted
Fix CI: create PG 18 cluster before starting
pg_createcluster needed since PGDG apt doesn't auto-create on CI runners. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2f401dd commit 5c0e71f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
1919
- name: Start PostgreSQL 18
2020
run: |
21-
sudo pg_ctlcluster 18 main start
21+
sudo pg_createcluster 18 main --start
2222
sudo -u postgres createuser -s $(whoami)
2323
2424
- name: Add pg_config to PATH

0 commit comments

Comments
 (0)