diff --git a/ci/jom_1_1_3.zip b/ci/jom_1_1_3.zip deleted file mode 100644 index ac05c15d..00000000 Binary files a/ci/jom_1_1_3.zip and /dev/null differ diff --git a/ci/jom_1_1_4.zip b/ci/jom_1_1_4.zip new file mode 100644 index 00000000..ad008906 Binary files /dev/null and b/ci/jom_1_1_4.zip differ diff --git a/ci/steps.yml b/ci/steps.yml index 5ed24b33..2e2cdcc6 100644 --- a/ci/steps.yml +++ b/ci/steps.yml @@ -248,7 +248,7 @@ steps: Write-Host '##vso[task.setvariable variable=VSVER]2022' } cd $(WIN_QT_BINDIR) - unzip $(Build.SourcesDirectory)\ci\jom_1_1_3.zip + unzip $(Build.SourcesDirectory)\ci\jom_1_1_4.zip condition: | and(eq(variables['Agent.OS'], 'Windows_NT'), eq(variables['SUBCOMMAND'], 'install-qt'))