Skip to content

Commit

Permalink
Fix..
Browse files Browse the repository at this point in the history
  • Loading branch information
higuoxing committed Oct 20, 2023
1 parent b5292c7 commit dca6c1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
export PG_CONFIG=`which pg_config`
sudo --preserve-env=PG_CONFIG make install
- run: |
sudo usermod -a -G runner postgres
sudo usermod -a -G docker postgres
sudo chmod 0777 -R postgres/src/test/regress
sudo systemctl restart postgresql@${{ matrix.postgres }}-main
cd postgres
./configure --prefix=/usr/lib/postgresql/${{ matrix.postgres }}
make installcheck
Expand Down

0 comments on commit dca6c1c

Please sign in to comment.