Skip to content

Commit e859b0b

Browse files
committed
foo
1 parent 5c0c01a commit e859b0b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/simple.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
database: test
4343
postgres-version: ${{ matrix.psql }}
4444

45+
- name: Debug
46+
shell: bash
47+
run: |
48+
ldd c:/progra~1/postgr~1/*/lib/pq.dll
49+
4550
- name: Checkout
4651
uses: actions/checkout@v4
4752

postgresql-libpq-configure/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1538,7 +1538,7 @@ printf "%s\n" "$ac_try_echo"; } >&5
15381538
echo "$ac_link"
15391539
echo "$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS"
15401540
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
15421542
(eval "$ac_link") || true
15431543
(eval "$ac_link") 2>conftest.err
15441544
ac_status=$?

0 commit comments

Comments
 (0)