Remove mirror option from install-qt-action (#3356)
The mirror option has been removed from the jurplel/install-qt-action [1] - Fixes warning in release-windows GitHub Action: build Unexpected input(s) 'mirror' [1] https://github.com/jurplel/install-qt-action/commit/49465b8
This commit is contained in:
parent
5be3f700bb
commit
462cd88784
|
@ -53,7 +53,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: '5.15.2'
|
version: '5.15.2'
|
||||||
modules: 'qtcharts qthelp'
|
modules: 'qtcharts qthelp'
|
||||||
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
|
||||||
|
|
||||||
- name: Create .qm
|
- name: Create .qm
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue