File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
postgresql-libpq-configure Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 42
42
database : test
43
43
postgres-version : ${{ matrix.psql }}
44
44
45
+ - name : Debug
46
+ shell : bash
47
+ run : |
48
+ ldd c:/progra~1/postgr~1/*/lib/pq.dll
49
+
45
50
- name : Checkout
46
51
uses : actions/checkout@v4
47
52
Original file line number Diff line number Diff line change @@ -1538,7 +1538,7 @@ printf "%s\n" "$ac_try_echo"; } >&5
1538
1538
echo "$ac_link "
1539
1539
echo "$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS "
1540
1540
ls /dependents C:/PROGRA~1/POSTGR~1/*/lib
1541
- dumpbin /dependents c:/progra~1/postgr~1/*/lib/pq.dll
1541
+ ldd c:/progra~1/postgr~1/*/lib/pq.dll
1542
1542
(eval "$ac_link ") || true
1543
1543
(eval "$ac_link ") 2>conftest.err
1544
1544
ac_status=$?
You can’t perform that action at this time.
0 commit comments