Skip to content

Commit 656ad6d

Browse files
committed
ci(windows): pin jom to 1.1.2
1 parent 2161cf4 commit 656ad6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)