We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8b054ab commitd9c5cdcCopy full SHA for d9c5cdc
.github/workflows/ubuntu-packages-and-docker-image.yml
@@ -104,7 +104,7 @@ jobs:
104
with:
105
working-directory:pgml-extension
106
command:pgrx
107
-args:--pg12=/usr/lib/postgresql/12/bin/pg_config --pg13=/usr/lib/postgresql/13/bin/pg_config --pg14=/usr/lib/postgresql/14/bin/pg_config --pg15=/usr/lib/postgresql/15/bin/pg_config --pg16=/usr/lib/postgresql/16/bin/pg_config
+args:init--pg12=/usr/lib/postgresql/12/bin/pg_config --pg13=/usr/lib/postgresql/13/bin/pg_config --pg14=/usr/lib/postgresql/14/bin/pg_config --pg15=/usr/lib/postgresql/15/bin/pg_config --pg16=/usr/lib/postgresql/16/bin/pg_config
108
-name:Build Postgres 12
109
uses:postgresml/gh-actions-cargo@master
110