Skip to content

Commit

Permalink
fix ci, check postgre include folder
Browse files Browse the repository at this point in the history
  • Loading branch information
wuriyanto48 committed Aug 30, 2023
1 parent ad4fca5 commit 893a452
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
openssl version -a
- name: Build Extension
run: |
ls /usr/include/postgresql/
cc -fPIC -c pgcrypsi.c -I /usr/include/postgresql/10/server/
cc -shared -o pgcrypsi.so pgcrypsi.o
- name: Check libdir
Expand Down

0 comments on commit 893a452

Please sign in to comment.