-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: switch to Qt 6.5; cleanup no more used code
- Loading branch information
1 parent
a7602ff
commit 8d06641
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|