azure-pipelines: Download from official qt source

The previous source seems to be rate-limited and otherwise not properly
available which causes Windows builds to time out.
This commit is contained in:
Povilas Kanapickas 2021-06-23 15:50:31 +03:00
parent f7be30cc3f
commit c25837fc62
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@ Write-Output 'Installed QLI Installer Dependencies'
Write-Output 'Starting QT Installer'
$Env:QLI_OUT_DIR = ".\deps\Qt\Qt$qt_version"
$Env:QLI_BASE_URL = "http://mirrors.ocf.berkeley.edu/qt/online/qtsdkrepository/"
$Env:QLI_BASE_URL = "https://download.qt.io/online/qtsdkrepository/"
python .\deps\qli-installer\qli-installer.py $qt_version windows desktop win64_msvc2017_64
Write-Output 'Installed QT Installer'