We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f4177 commit 33d00d4Copy full SHA for 33d00d4
1 file changed
GitHubActions/build_sqlite_fdw.sh
@@ -21,6 +21,9 @@ mkdir -p ./workdir/postgresql-${VERSION}/contrib/sqlite_fdw
21
tar zxf ./sqlite_fdw.tar.gz -C ./workdir/postgresql-${VERSION}/contrib/sqlite_fdw/
22
cd ./workdir/postgresql-${VERSION}/contrib/sqlite_fdw
23
24
+# show locally compiled sqlite library
25
+ls -la /usr/local/lib
26
+
27
if [ "$MODE" == "postgis" ]; then
28
make CI_ENV=1 ENABLE_GIS=1
29
else
0 commit comments