diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd6cbf5..e9d729c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |