Skip to content

Commit

Permalink
Change write permissions on tsearch directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed Nov 15, 2024
1 parent c943719 commit a0a7c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
sudo chmod 777 -R "/usr/share/postgresql/${PG_VERSION}/extension/"
# make sure the rust function exposing custom dict API can change the dictionary files
sudo chown -R postgres:postgres /usr/share/postgresql/${PG_VERSION}/tsearch_data/
sudo chmod 777 -R /usr/share/postgresql/${PG_VERSION}/tsearch_data/
env:
PG_VERSION: ${{ matrix.postgres }}
- name: Run tests
Expand Down

0 comments on commit a0a7c42

Please sign in to comment.