ci: switch back to Qt 5 for Windows, requires installer adjustment.
Dieser Commit ist enthalten in:
Ursprung
9b609d1ec5
Commit
918f49e195
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -104,9 +104,16 @@ jobs:
|
||||
- name: Checkout LFS objects
|
||||
run: git lfs checkout
|
||||
|
||||
# Windows/macOS only:
|
||||
- name: Install Qt
|
||||
if: startswith(matrix.config.os, 'windows') || startswith(matrix.config.os, 'macos')
|
||||
# Windows only:
|
||||
- name: Install Qt 5
|
||||
if: startswith(matrix.config.os, 'windows')
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
cache: true
|
||||
|
||||
# macOS only:
|
||||
- name: Install Qt 6.5
|
||||
if: startswith(matrix.config.os, 'macos')
|
||||
uses: jurplel/install-qt-action@v4
|
||||
with:
|
||||
cache: true
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren