Skip to content

Commit

Permalink
Fixup!!
Browse files Browse the repository at this point in the history
  • Loading branch information
higuoxing committed Apr 21, 2024
1 parent ef80482 commit 2375e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
with:
submodules: true
- run: |
git clone https://github.com/postgres/postgres pg
git clone https://github.com/postgres/postgres --depth=1 pg
- run: make
env:
PG_CFLAGS: -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
- run: |
export PG_CONFIG=`which pg_config`
sudo --preserve-env=PG_CONFIG make install
- run: |
sudo usermod -a -G docker postgres
sudo usermod -a -G docker pg
mkdir -p pg/src/test/regress/results
sudo chmod 0777 -R pg/src/test/regress/
sudo systemctl restart postgresql@${{ matrix.postgres }}-main
Expand Down

0 comments on commit 2375e8b

Please sign in to comment.