We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25cec70 commit a69df79Copy full SHA for a69df79
.github/workflows/main.yml
@@ -149,7 +149,7 @@ jobs:
149
run: |
150
echo "Launching test db"
151
pgdata=$(pwd)/.dbdata
152
- initdb -D ${pgdata} --auth-host=md5 --encoding=UTF8
+ /usr/lib/postgresql/16/bin/initdb -D ${pgdata} --auth-host=md5 --encoding=UTF8
153
pg_ctl -D ${pgdata} -l "${pgdata}/pg.log" start
154
createdb datacube
155
datacube system init
@@ -232,7 +232,7 @@ jobs:
232
233
234
235
236
237
238
0 commit comments