Fixes dubious ownership problem

pull/7511/head
gurkanindibay 2024-02-15 17:02:35 +03:00
parent 59da0633bb
commit 7bdb403a0a
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ jobs:
- name: Set Postgres and python parameters for rpm based distros
run: |
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