From 66f95f2c0390853da77194f44101f7a639954af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Thu, 15 Feb 2024 17:40:28 +0300 Subject: [PATCH] Update packaging-test-pipelines.yml --- .github/workflows/packaging-test-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/packaging-test-pipelines.yml b/.github/workflows/packaging-test-pipelines.yml index 0e2943822..9bcfc3917 100644 --- a/.github/workflows/packaging-test-pipelines.yml +++ b/.github/workflows/packaging-test-pipelines.yml @@ -74,7 +74,9 @@ jobs: - name: Set Postgres and python parameters for rpm based distros run: | + # Fixes dubious ownership for git error git config --global --add safe.directory '*' + echo "/usr/pgsql-${{ matrix.POSTGRES_VERSION }}/bin" >> $GITHUB_PATH echo "/root/.pyenv/bin:$PATH" >> $GITHUB_PATH echo "PACKAGING_PYTHON_VERSION=3.8.16" >> $GITHUB_ENV