From 893a4522370ef1d4d3828e9ff68b9b051bea4062 Mon Sep 17 00:00:00 2001 From: wuriyanto Date: Wed, 30 Aug 2023 16:41:33 +0700 Subject: [PATCH] fix ci, check postgre include folder --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa2f0e4..dd6cbf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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