Skip to content

Commit

Permalink
psql libraries cachin commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
fvacek authored Jul 12, 2023
1 parent 4697c35 commit 58a08b7
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ jobs:
with:
submodules: true

- name: Cache libraries
id: cache-libs
uses: actions/cache@v3
with:
path: |
C:/openssl/bin/libssl-1_1-x64.dll
C:/openssl/bin/libcrypto-1_1-x64.dll
C:/Program Files/PostgreSQL/14/bin/libiconv-2.dll
C:/Program Files/PostgreSQL/14/bin/libintl-9.dll
C:/Program Files/PostgreSQL/14/bin/liblz4.dll
C:/Program Files/PostgreSQL/14/bin/zlib1.dll
C:/Program Files/PostgreSQL/14/bin/libpq.dll
key: ${{ runner.os }}-library-cache
# - name: Cache libraries
# id: cache-libs
# uses: actions/cache@v3
# with:
# path: |
# C:/openssl/bin/libssl-1_1-x64.dll
# C:/openssl/bin/libcrypto-1_1-x64.dll
# C:/Program Files/PostgreSQL/14/bin/libiconv-2.dll
# C:/Program Files/PostgreSQL/14/bin/libintl-9.dll
# C:/Program Files/PostgreSQL/14/bin/liblz4.dll
# C:/Program Files/PostgreSQL/14/bin/zlib1.dll
# C:/Program Files/PostgreSQL/14/bin/libpq.dll
# key: ${{ runner.os }}-library-cache

- name: Get libraries
if: steps.cache-libs.outputs.cache-hit != 'true'
# 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
Expand Down

0 comments on commit 58a08b7

Please sign in to comment.