Skip to content

Commit

Permalink
try to fix libpsql.dll installation for windows #929
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Jul 9, 2023
1 parent ba28921 commit c999f07
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:

- name: Copy PostgreSQL runtime libraries
run: |
ls "/"
ls "/c"
ls "C:"
ls "/Program Files"
ls "/Program Files/PostgreSQL"
ls "/Program Files/PostgreSQL/14"
ls "/Program Files/PostgreSQL/14/bin"
cp "/Program Files/PostgreSQL/14/bin/{libiconv-2.dll,libintl-9.dll,liblz4.dll,zlib1.dll,libpq.dll}" '${{ github.workspace }}/install/bin'
shell: bash

Expand Down

0 comments on commit c999f07

Please sign in to comment.