Skip to content

Commit 92096e8

Browse files
Ngalstyan4var77
authored andcommittedNov 15, 2024
Change write permissions on tsearch directory
1 parent d369914 commit 92096e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ jobs:
191191
sudo chmod 777 -R "/usr/share/postgresql/${PG_VERSION}/extension/"
192192
# make sure the rust function exposing custom dict API can change the dictionary files
193193
sudo chown -R postgres:postgres /usr/share/postgresql/${PG_VERSION}/tsearch_data/
194+
sudo chmod 777 -R /usr/share/postgresql/${PG_VERSION}/tsearch_data/
194195
env:
195196
PG_VERSION: ${{ matrix.postgres }}
196197
- name: Run tests

0 commit comments

Comments
 (0)
Please sign in to comment.