Skip to content

Commit 75bd182

Browse files
committed
ci(windows): pin jom to 1.1.2
(cherry picked from commit 656ad6d)
1 parent aad3baf commit 75bd182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ win64_native_common: &win64_native_common
116116
- echo %QT_DOWNLOAD_URL%
117117
- msbuild -version
118118
populate_script:
119-
- curl -L -o C:\jom.zip http://download.qt.io/official_releases/jom/jom.zip
119+
- curl -L -o C:\jom.zip https://download.qt.io/official_releases/jom/jom_1_1_2.zip
120120
- mkdir C:\jom
121121
- tar -xf C:\jom.zip -C C:\jom
122122
- curl -L -o %QT_LOCAL_PATH% %QT_DOWNLOAD_URL%

0 commit comments

Comments
 (0)