mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Use exact jom url instead of mirrored.
This commit is contained in:
@@ -426,7 +426,7 @@ win:
|
||||
|
||||
stage('jom', """
|
||||
win:
|
||||
powershell -Command "Invoke-WebRequest -OutFile ./jom.zip http://download.qt.io/official_releases/jom/jom.zip"
|
||||
powershell -Command "Invoke-WebRequest -OutFile ./jom.zip https://master.qt.io/official_releases/jom/jom_1_1_3.zip"
|
||||
powershell -Command "Expand-Archive ./jom.zip"
|
||||
del jom.zip
|
||||
""", 'ThirdParty')
|
||||
|
||||
+1
-1
Submodule cmake updated: ed89d82487...d5190185f7
Reference in New Issue
Block a user