Update Qt version for release-windows to 5.15.2 (#2917)
Qt 5.15.2 has been released on 2020-11-20. This is the currently newest patch release of the 5.15 LTS series. - The update of Qt to version 5.15.2 fixes an issue with the index of Qt help files as reported upstream: https://bugreports.qt.io/browse/QTBUG-88342
This commit is contained in:
parent
e26298e12d
commit
ef31b70bf4
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v2
|
||||
with:
|
||||
version: '5.15.1'
|
||||
version: '5.15.2'
|
||||
modules: 'qtcharts qthelp'
|
||||
|
||||
- name: Create .qm
|
||||
|
|
Loading…
Reference in New Issue