diff --git a/ci/jom_1_1_3.zip b/ci/jom_1_1_3.zip new file mode 100644 index 00000000..ac05c15d Binary files /dev/null and b/ci/jom_1_1_3.zip differ diff --git a/ci/steps.yml b/ci/steps.yml index 3eccc142..42192eb8 100644 --- a/ci/steps.yml +++ b/ci/steps.yml @@ -133,8 +133,7 @@ steps: Write-Host '##vso[task.setvariable variable=VSVER]2015' } cd $(WIN_QT_BINDIR) - Invoke-WebRequest -Uri https://download.qt.io/official_releases/jom/jom.zip -OutFile jom.zip - unzip jom.zip + unzip $(Build.SourcesDirectory)\ci\jom_1_1_3.zip condition: eq( variables['Agent.OS'], 'Windows_NT') displayName: Detect toolchain for Windows and update PATH