Skip to content

Commit 536a571

Browse files
committed
foo
1 parent b8b977d commit 536a571

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/simple.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ jobs:
4646
shell: bash
4747
run: |
4848
ls c:/progra~1/postgr~1/ || true
49-
ls /c || true
50-
ldd c:/progra~1/postgr~1/*/lib/pq.dll
49+
ls c:/progra~1/postgr~1/16 || true
50+
ls c:/progra~1/postgr~1/17 || true
51+
ls c:/progra~1/postgr~1/16/lib || true
52+
ls c:/progra~1/postgr~1/17/lib || true
5153
5254
- name: Checkout
5355
uses: actions/checkout@v4

0 commit comments

Comments
 (0)