Skip to content

Commit

Permalink
CI: Actually fix OpenSSL usage on Windows
Browse files Browse the repository at this point in the history
Now with OpenSSL 3 (aqtinstall doesn't seem to provide OpenSSL 1.1 any
more).
  • Loading branch information
KitsuneRal committed Sep 24, 2023
1 parent 5aa9a64 commit a7602ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
cache: true
cache-key-prefix: Qt
modules: ${{ matrix.qt-version == 6 && 'qtmultimedia' || '' }}
tools: "tools_ninja${{ startsWith(matrix.os, 'windows') && ' tools_openssl_x64' || '' }}"
tools: "tools_ninja${{ startsWith(matrix.os, 'windows') && ' tools_opensslv3_x64' || '' }}"

# Install on Linux via apt to get Qt built with OpenSSL 3
- name: Install Qt (Linux)
Expand Down

0 comments on commit a7602ff

Please sign in to comment.