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 parent8afb380 commitb0f91e3Copy full SHA for b0f91e3
.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:init --pg11=/usr/lib/postgresql/11/bin/pg_config --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
+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
108
-name:Build Postgres 12
109
uses:postgresml/gh-actions-cargo@master
110