Skip to content

Commit

Permalink
[CI] remove mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
jared2020 committed Jan 25, 2021
1 parent 0832a80 commit 0425901
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
# Target platform for build
target: ${{ matrix.qt_target }}
# Architecture for Windows/Android
arch: ${{ matrix.qt_arch }}
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
arch: ${{ matrix.qt_arch }}
- uses: actions/checkout@v1
with:
fetch-depth: 1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
version: ${{ matrix.qt_ver }}
# Target platform for build
target: ${{ matrix.qt_target }}
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
- uses: actions/checkout@v1
with:
fetch-depth: 1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
with:
version: ${{ matrix.qt_ver }}
cached: 'false'
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
- uses: actions/checkout@v1
with:
fetch-depth: 1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
with:
version: ${{ matrix.qt_ver }}
cached: 'false'
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
- name: ubuntu install GL library
run: sudo apt-get install -y libglew-dev libglfw3-dev
- uses: actions/checkout@v1
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
arch: ${{ matrix.qt_arch }}
aqtversion: '==0.10.0'
cached: 'false'
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
# 拉取代码
- uses: actions/checkout@v1
with:
Expand Down

0 comments on commit 0425901

Please sign in to comment.