Skip to content

Commit

Permalink
fix ci, try to use postgre 12
Browse files Browse the repository at this point in the history
  • Loading branch information
wuriyanto48 committed Aug 30, 2023
1 parent 893a452 commit 263d091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build Extension
run: |
ls /usr/include/postgresql/
cc -fPIC -c pgcrypsi.c -I /usr/include/postgresql/10/server/
cc -fPIC -c pgcrypsi.c -I /usr/include/postgresql/12/server/
cc -shared -o pgcrypsi.so pgcrypsi.o
- name: Check libdir
run: |
Expand Down

0 comments on commit 263d091

Please sign in to comment.