Skip to content

Commit

Permalink
T3 (more v4, SSL 3.1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Patek committed Sep 30, 2024
1 parent 74f9ece commit a21ba23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:

# Qt
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
cache: true
version: ${{ inputs.qt_version }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
- 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 openssl.light --params "/InstallDir:C:\openssl" --version 1.1.1 -y
choco install postgresql16 -y
# choco install postgresql14 --version 14.5.1 -y
shell: cmd
Expand Down

0 comments on commit a21ba23

Please sign in to comment.