Skip to content

Commit

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

- name: Test
run: |
copy "C:/Program Files/PostgreSQL/14/bin/libiconv-2.dll" '${{ github.workspace }}/install/bin'
copy "C:/Program Files/PostgreSQL/14/bin/libintl-9.dll" '${{ github.workspace }}/install/bin'
copy "C:/Program Files/PostgreSQL/14/bin/liblz4.dll" '${{ github.workspace }}/install/bin'
copy "C:/Program Files/PostgreSQL/14/bin/zlib1.dll" '${{ github.workspace }}/install/bin'
copy "C:/Program Files/PostgreSQL/14/bin/libpq.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"
shell: cmd
- 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"
shell: cmd
- 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 e95f766

Please sign in to comment.