From eb297bbaeaf4a8c7040bad797c58a42bae546d2d Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Sun, 9 Jul 2023 14:17:25 +0200 Subject: [PATCH] try to fix libpsql.dll installation for windows II #929 --- .github/workflows/installer.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index 5538f9e67..557f6ff60 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -59,6 +59,7 @@ jobs: - name: Copy PostgreSQL runtime libraries run: | + ls "/" ls "/Program Files" ls "/Program Files/PostgreSQL" ls "/Program Files/PostgreSQL/14"