Skip to content

Commit 581e213

Browse files
a-qt-install: Use backup mirror
See also: miurahr/aqtinstall#911
1 parent beaf4d6 commit 581e213

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/github-cxx-qt-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ jobs:
216216
arch: 'wasm_32'
217217
tools: 'tools_cmake'
218218
cache: true
219+
extra: "-b https://mirrors.dotsrc.org/qtproject"
219220
- name: "Configure"
220221
# FIXME: ninja is not being found?
221222
env:
@@ -507,6 +508,7 @@ jobs:
507508
arch: ${{ matrix.aqt_arch }}
508509
tools: 'tools_cmake'
509510
cache: true
511+
extra: "-b https://mirrors.dotsrc.org/qtproject"
510512

511513
- name: "[Ubuntu] Install dependencies"
512514
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)