Skip to content

Commit

Permalink
Relax PG_CFLAGS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Dec 6, 2023
1 parent 5785422 commit 20dd864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
postgres-version: ${{ matrix.postgres }}
dev-files: true
- run: make
env:
PG_CFLAGS: -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
# 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
Expand Down

0 comments on commit 20dd864

Please sign in to comment.