Skip to content

Commit 14c704f

Browse files
committed
fix: missed path
1 parent 82a82f4 commit 14c704f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
- name: Run tests
105105
run: |
106106
# 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 \
107+
sudo chmod a+rwx $(/usr/lib/postgresql/${{ env.PG_MAJOR }}/bin/pg_config --pkglibdir) \
108+
$(/usr/lib/postgresql/${{ env.PG_MAJOR }}/bin/pg_config --sharedir)/extension \
109109
/var/run/postgresql/
110110
111111
# pgrx tests with runas argument ignores environment variables, so

0 commit comments

Comments
 (0)