Skip to content

Commit

Permalink
chore(ci): download jom from official repository
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Feb 28, 2025
1 parent a5f4566 commit 684a692
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/jom-md5sums.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4cd0e6fb721e063b24232bc9ecb6d130 jom.zip
Binary file removed ci/jom_1_1_3.zip
Binary file not shown.
4 changes: 3 additions & 1 deletion ci/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,9 @@ steps:
Write-Host '##vso[task.setvariable variable=VSVER]2022'
}
cd $(WIN_QT_BINDIR)
unzip $(Build.SourcesDirectory)\ci\jom_1_1_3.zip
Invoke-WebRequest -Uri https://download.qt.io/official_releases/jom/jom.zip -OutFile jom.zip
md5sum -c md5sum.txt
unzip jom.zip
condition: |
and(eq(variables['Agent.OS'], 'Windows_NT'),
eq(variables['SUBCOMMAND'], 'install-qt'))
Expand Down

0 comments on commit 684a692

Please sign in to comment.