We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a82f4 commit 14c704fCopy full SHA for 14c704f
.github/workflows/ci.yml
@@ -104,8 +104,8 @@ jobs:
104
- name: Run tests
105
run: |
106
# Set up permissions so that the current user below can create extensions
107
- sudo chmod a+rwx $(pg_config --pkglibdir) \
108
- $(pg_config --sharedir)/extension \
+ sudo chmod a+rwx $(/usr/lib/postgresql/${{ env.PG_MAJOR }}/bin/pg_config --pkglibdir) \
+ $(/usr/lib/postgresql/${{ env.PG_MAJOR }}/bin/pg_config --sharedir)/extension \
109
/var/run/postgresql/
110
111
# pgrx tests with runas argument ignores environment variables, so
0 commit comments