Skip to content

Commit

Permalink
T2 (PSQL 16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Patek committed Sep 29, 2024
1 parent e39f93a commit 74f9ece
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 @@ -34,7 +34,8 @@ jobs:
# if: steps.cache-libs.outputs.cache-hit != 'true'
run: |
choco install openssl.light --params "/InstallDir:C:\openssl" --version 1.1.1 -y
choco install postgresql14 --version 14.5.1 -y
choco install postgresql16 -y
# choco install postgresql14 --version 14.5.1 -y
shell: cmd

- name: Setup CMake
Expand Down Expand Up @@ -65,8 +66,8 @@ jobs:

- name: Copy PostgreSQL runtime libraries
run: |
cd "C:/Program Files/PostgreSQL/14/bin"
cp libiconv-2.dll libintl-9.dll liblz4.dll zlib1.dll libpq.dll '${{ github.workspace }}/install/bin/'
cd "C:/Program Files/PostgreSQL/16/bin"
cp *.dll '${{ github.workspace }}/install/bin/psql'
cd "C:\openssl"
cp libssl-1_1-x64.dll libcrypto-1_1-x64.dll '${{ github.workspace }}/install/bin/'
shell: bash
Expand Down

0 comments on commit 74f9ece

Please sign in to comment.