Skip to content

Commit

Permalink
Add json-c location to tde build step
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Jan 23, 2024
1 parent d6713ba commit 8a7fa19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/postgresql-16-src-make-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:

- name: Build postgres-tde-ext
run: |
export LDFLAGS="-L/usr/local/opt/json-c/lib"
export CPPFLAGS="-I/usr/local/opt/json-c/include"
export PKG_CONFIG_PATH="/usr/local/opt/json-c/lib/pkgconfig"
./configure
make -j
sudo make install
Expand Down

0 comments on commit 8a7fa19

Please sign in to comment.