Skip to content

Commit 3c539cd

Browse files
committed
more
1 parent f35db9e commit 3c539cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ jobs:
7777
cp -a old-citus-libdir-artifact/. "${{ inputs.citus_libdir }}/"
7878
- name: Fix PostgreSQL library permissions for symlink setup
7979
if: ${{ inputs.citus_libdir != '' }}
80-
run: chmod -R a+w /usr/lib/postgresql/${{ matrix.pg_version.major }}/lib/
80+
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/
8183
- name: Debug Citus N-1 artifact layout
8284
if: ${{ inputs.citus_libdir != '' }}
8385
run: |

0 commit comments

Comments
 (0)