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 e859b0b commit b8b977dCopy full SHA for b8b977d
1 file changed
.github/workflows/simple.yml
@@ -45,6 +45,8 @@ jobs:
45
- name: Debug
46
shell: bash
47
run: |
48
+ ls c:/progra~1/postgr~1/ || true
49
+ ls /c || true
50
ldd c:/progra~1/postgr~1/*/lib/pq.dll
51
52
- name: Checkout
0 commit comments