Skip to content

Commit e3a9afc

Browse files
committed
Fix ci for postgres on macos
1 parent 0d71618 commit e3a9afc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
brew update
5959
brew uninstall --ignore-dependencies libpq
6060
brew install postgres
61+
/usr/local/Cellar/postgresql/12.2/bin/initdb --locale=C -E UTF-8 /usr/local/var/postgres
6162
/usr/local/opt/postgres/bin/pg_ctl -D /usr/local/var/postgres start
6263
sleep 3
6364
/usr/local/opt/postgres/bin/createuser -s postgres

0 commit comments

Comments
 (0)