Skip to content

Commit

Permalink
CI: switch to Qt 6.5; cleanup no more used code
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal committed Sep 24, 2023
1 parent a7602ff commit 8d06641
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ jobs:
if: "!startsWith(matrix.os, 'ubuntu')"
uses: jurplel/[email protected]
with:
version: "${{ matrix.qt-version == 6 && '6.4' || matrix.qt-version }}.*"
version: '6.5' # CI doesn't use Qt 5 on non-Linux any more
cache: true
cache-key-prefix: Qt
modules: ${{ matrix.qt-version == 6 && 'qtmultimedia' || '' }}
modules: 'qtmultimedia'
tools: "tools_ninja${{ startsWith(matrix.os, 'windows') && ' tools_opensslv3_x64' || '' }}"

# Install on Linux via apt to get Qt built with OpenSSL 3
Expand Down

0 comments on commit 8d06641

Please sign in to comment.