mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
build: Update Windows to Qt5.15 (#798)
* Update compile howto - to qt5.15 - minimal install overhead - sync with vscode and cmake * Update docs with more input gh actions windows: Qt5.15 and msvc2019 * fix: Azure build
This commit is contained in:
4
.github/workflows/pull-request.yml
vendored
4
.github/workflows/pull-request.yml
vendored
@@ -137,9 +137,9 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: '5.14.1'
|
||||
version: '5.15.0'
|
||||
target: 'desktop'
|
||||
arch: 'win64_msvc2017_64'
|
||||
arch: 'win64_msvc2019_64'
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v1
|
||||
|
4
.github/workflows/push-master.yml
vendored
4
.github/workflows/push-master.yml
vendored
@@ -101,9 +101,9 @@ jobs:
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: '5.14.1'
|
||||
version: '5.15.0'
|
||||
target: 'desktop'
|
||||
arch: 'win64_msvc2017_64'
|
||||
arch: 'win64_msvc2019_64'
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v1
|
||||
|
Reference in New Issue
Block a user