Skip to content

Commit

Permalink
Add no-locale to initdb
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Apr 1, 2024
1 parent 1509540 commit a36b96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postgresql-16-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
export PATH="/usr/lib/postgresql/16/bin:$PATH"
sudo cp /usr/lib/postgresql/16/bin/pg_config /usr/bin
initdb -D /opt/pgsql/data
initdb -D /opt/pgsql/data --no-locale
pg_ctl -D /opt/pgsql/data -l logfile start
- name: Clone pg_stat_monitor repository
Expand Down

0 comments on commit a36b96c

Please sign in to comment.