Skip to content

Commit 85154cb

Browse files
authored
use mirror for install-qt-action (#3070)
1 parent f46a9e3 commit 85154cb

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
uses: jurplel/install-qt-action@v2
4444
with:
4545
modules: 'qtcharts'
46+
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
4647

4748
- name: Test CMake build
4849
run: |

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
uses: jurplel/install-qt-action@v2
5858
with:
5959
modules: 'qtcharts'
60+
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
6061

6162
- name: Build GUI x64 release
6263
run: |

.github/workflows/release-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
with:
5454
version: '5.15.2'
5555
modules: 'qtcharts qthelp'
56+
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
5657

5758
- name: Create .qm
5859
run: |

0 commit comments

Comments
 (0)