Skip to content

Commit

Permalink
Test6
Browse files Browse the repository at this point in the history
  • Loading branch information
arnost00 committed Jan 28, 2025
1 parent 1de350d commit 299d9e7
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,14 @@ 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: Get libraries
# if: steps.cache-libs.outputs.cache-hit != 'true'
run: |
# choco install openssl.light --params "/InstallDir:C:\openssl" --version 1.1.1 -y
choco install openssl.light --params "/InstallDir:C:\openssl" --version=3.1.4 -y
choco install postgresql17 -y
choco install innosetup -y
shell: cmd
# choco install openssl.light --params "/InstallDir:C:\openssl" --version 1.1.1 -y

- name: Setup CMake
uses: ./.github/actions/cmake
Expand Down

0 comments on commit 299d9e7

Please sign in to comment.