We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35db9e commit 3c539cdCopy full SHA for 3c539cd
1 file changed
.github/workflows/run_tests.yml
@@ -77,7 +77,9 @@ jobs:
77
cp -a old-citus-libdir-artifact/. "${{ inputs.citus_libdir }}/"
78
- name: Fix PostgreSQL library permissions for symlink setup
79
if: ${{ inputs.citus_libdir != '' }}
80
- run: chmod -R a+w /usr/lib/postgresql/${{ matrix.pg_version.major }}/lib/
+ run: |
81
+ chmod -R a+w /usr/lib/postgresql/${{ matrix.pg_version.major }}/lib/
82
+ chmod -R a+w /usr/share/postgresql/${{ matrix.pg_version.major }}/extension/
83
- name: Debug Citus N-1 artifact layout
84
85
run: |
0 commit comments