Skip to content

Commit

Permalink
test 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Jul 9, 2023
1 parent e95f766 commit da96e79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
choco install postgresql14 --version 14.5.1 -y
shell: cmd

- run: copy "C:/Program Files/PostgreSQL/14/bin/libiconv-2.dll" "${{ github.workspace }}/install/bin"
- run: copy "C:/Program Files/PostgreSQL/14/bin/libiconv-2.dll" '${{ github.workspace }}/install/bin'
shell: cmd
- run: copy "C:/Program Files/PostgreSQL/14/bin/libintl-9.dll" "${{ github.workspace }}/install/bin"
- run: copy "C:/Program Files/PostgreSQL/14/bin/libintl-9.dll" '${{ github.workspace }}/install/bin'
shell: cmd
- run: copy "C:/Program Files/PostgreSQL/14/bin/liblz4.dll" "${{ github.workspace }}/install/bin"
- run: copy "C:/Program Files/PostgreSQL/14/bin/liblz4.dll" '${{ github.workspace }}/install/bin'
shell: cmd
- run: copy "C:/Program Files/PostgreSQL/14/bin/zlib1.dll" "${{ github.workspace }}/install/bin"
- run: copy "C:/Program Files/PostgreSQL/14/bin/zlib1.dll" '${{ github.workspace }}/install/bin'
shell: cmd
- run: copy "C:/Program Files/PostgreSQL/14/bin/libpq.dll" "${{ github.workspace }}/install/bin"
- run: copy "C:/Program Files/PostgreSQL/14/bin/libpq.dll" '${{ github.workspace }}/install/bin'
shell: cmd

- name: Setup CMake
Expand Down

0 comments on commit da96e79

Please sign in to comment.