use mirror for install-qt-action (#3070)
This commit is contained in:
parent
f46a9e3543
commit
85154cb70e
|
@ -43,6 +43,7 @@ jobs:
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
modules: 'qtcharts'
|
modules: 'qtcharts'
|
||||||
|
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||||
|
|
||||||
- name: Test CMake build
|
- name: Test CMake build
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -57,6 +57,7 @@ jobs:
|
||||||
uses: jurplel/install-qt-action@v2
|
uses: jurplel/install-qt-action@v2
|
||||||
with:
|
with:
|
||||||
modules: 'qtcharts'
|
modules: 'qtcharts'
|
||||||
|
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
|
||||||
|
|
||||||
- name: Build GUI x64 release
|
- name: Build GUI x64 release
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -53,6 +53,7 @@ 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