We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d369914 commit 92096e8Copy full SHA for 92096e8
.github/workflows/test.yaml
@@ -191,6 +191,7 @@ jobs:
191
sudo chmod 777 -R "/usr/share/postgresql/${PG_VERSION}/extension/"
192
# make sure the rust function exposing custom dict API can change the dictionary files
193
sudo chown -R postgres:postgres /usr/share/postgresql/${PG_VERSION}/tsearch_data/
194
+ sudo chmod 777 -R /usr/share/postgresql/${PG_VERSION}/tsearch_data/
195
env:
196
PG_VERSION: ${{ matrix.postgres }}
197
- name: Run tests
0 commit comments