mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
ci(github): build on Windows with Qt 5.15.0
This commit is contained in:
parent
6660b0913e
commit
3097e7377a
6
.github/workflows/build-check.yml
vendored
6
.github/workflows/build-check.yml
vendored
@ -62,13 +62,13 @@ jobs:
|
||||
- {
|
||||
name: "Windows Server 2019",
|
||||
os: windows-2019,
|
||||
qt_version: '5.14.2',
|
||||
qt_version: '5.15.0',
|
||||
options: { ZEAL_PORTABLE_BUILD: "OFF" },
|
||||
}
|
||||
- {
|
||||
name: "Windows Server 2019, Portable",
|
||||
os: windows-2019,
|
||||
qt_version: '5.14.2',
|
||||
qt_version: '5.15.0',
|
||||
options: { ZEAL_PORTABLE_BUILD: "ON" },
|
||||
}
|
||||
|
||||
@ -95,7 +95,7 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
arch: win64_msvc2017_64
|
||||
arch: win64_msvc2019_64
|
||||
modules: qtwebengine
|
||||
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
||||
extra: --external 7z
|
||||
|
Loading…
Reference in New Issue
Block a user