From ad27dbb6086fc39ab66d30d6d0afb8f9c5cd9908 Mon Sep 17 00:00:00 2001 From: Philippe SEGATORI Date: Wed, 25 Oct 2023 10:17:07 +0200 Subject: [PATCH] Fix ubuntu package and docker image deployment workflow --- .github/workflows/ubuntu-packages-and-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-packages-and-docker-image.yml b/.github/workflows/ubuntu-packages-and-docker-image.yml index 069f10b33..0fd6b575a 100644 --- a/.github/workflows/ubuntu-packages-and-docker-image.yml +++ b/.github/workflows/ubuntu-packages-and-docker-image.yml @@ -104,7 +104,7 @@ jobs: with: working-directory: pgml-extension command: pgrx - 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 - name: Build Postgres 12 uses: postgresml/gh-actions-cargo@master with: