We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0c01a commit e859b0bCopy full SHA for e859b0b
2 files changed
.github/workflows/simple.yml
@@ -42,6 +42,11 @@ jobs:
42
database: test
43
postgres-version: ${{ matrix.psql }}
44
45
+ - name: Debug
46
+ shell: bash
47
+ run: |
48
+ ldd c:/progra~1/postgr~1/*/lib/pq.dll
49
+
50
- name: Checkout
51
uses: actions/checkout@v4
52
postgresql-libpq-configure/configure
@@ -1538,7 +1538,7 @@ printf "%s\n" "$ac_try_echo"; } >&5
1538
echo "$ac_link"
1539
echo "$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS"
1540
ls /dependents C:/PROGRA~1/POSTGR~1/*/lib
1541
- dumpbin /dependents c:/progra~1/postgr~1/*/lib/pq.dll
1542
(eval "$ac_link") || true
1543
(eval "$ac_link") 2>conftest.err
1544
ac_status=$?
0 commit comments