Skip to content

Commit

Permalink
Use mirror for Qt download
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed Nov 15, 2023
1 parent 26466ab commit d80e408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2771,7 +2771,7 @@ jobs:
- name: Download qtbase
shell: bash
working-directory: downloads
run: curl ${{env.curl_options}} https://download.qt.io/official_releases/qt/${{env.qt_version_short}}/${{env.qt_version}}/submodules/qtbase-everywhere-src-${{env.qt_version}}.tar.xz
run: curl ${{env.curl_options}} https://mirrors.ocf.berkeley.edu/qt/official_releases/qt/${{env.qt_version_short}}/${{env.qt_version}}/submodules/qtbase-everywhere-src-${{env.qt_version}}.tar.xz

- name: Extract qtbase
shell: bash
Expand Down Expand Up @@ -2862,7 +2862,7 @@ jobs:
- name: Download qttools
shell: bash
working-directory: downloads
run: curl ${{env.curl_options}} https://download.qt.io/official_releases/qt/${{env.qt_version_short}}/${{env.qt_version}}/submodules/qttools-everywhere-src-${{env.qt_version}}.tar.xz
run: curl ${{env.curl_options}} https://mirrors.ocf.berkeley.edu/qt/official_releases/qt/${{env.qt_version_short}}/${{env.qt_version}}/submodules/qttools-everywhere-src-${{env.qt_version}}.tar.xz

- name: Extract qttools
shell: bash
Expand Down

0 comments on commit d80e408

Please sign in to comment.