Skip to content

Commit

Permalink
Config jq
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Dec 6, 2023
1 parent 89a5a83 commit 7d9a18f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
with:
postgres-version: ${{ matrix.postgres }}
dev-files: true
- run: |
git switch jq-api
autoreconf -i
./configure --with-oniguruma=builtin --prefix=$(PWD)/build
- run: make
env:
PG_CFLAGS: -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
Expand Down

0 comments on commit 7d9a18f

Please sign in to comment.