Skip to content

Commit 0425901

Browse files
committed
[CI] remove mirror
1 parent 0832a80 commit 0425901

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
# Target platform for build
2828
target: ${{ matrix.qt_target }}
2929
# Architecture for Windows/Android
30-
arch: ${{ matrix.qt_arch }}
31-
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
30+
arch: ${{ matrix.qt_arch }}
3231
- uses: actions/checkout@v1
3332
with:
3433
fetch-depth: 1

.github/workflows/ios.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
version: ${{ matrix.qt_ver }}
2525
# Target platform for build
2626
target: ${{ matrix.qt_target }}
27-
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
2827
- uses: actions/checkout@v1
2928
with:
3029
fetch-depth: 1

.github/workflows/macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
with:
2626
version: ${{ matrix.qt_ver }}
2727
cached: 'false'
28-
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
2928
- uses: actions/checkout@v1
3029
with:
3130
fetch-depth: 1

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
with:
2525
version: ${{ matrix.qt_ver }}
2626
cached: 'false'
27-
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
2827
- name: ubuntu install GL library
2928
run: sudo apt-get install -y libglew-dev libglfw3-dev
3029
- uses: actions/checkout@v1

.github/workflows/windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
arch: ${{ matrix.qt_arch }}
6666
aqtversion: '==0.10.0'
6767
cached: 'false'
68-
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
6968
# 拉取代码
7069
- uses: actions/checkout@v1
7170
with:

0 commit comments

Comments
 (0)