diff options
author | Jack Lloyd <[email protected]> | 2017-11-13 19:48:41 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-11-13 19:49:36 -0500 |
commit | 41c31ca694b54d6cf6302613d2f9a597f6357e33 (patch) | |
tree | 4a50718349359138eef17c4df30cdc160b679030 | |
parent | 4f7ef92269a3051c8afc7148566d23c9aa55a069 (diff) |
Use jom via botan-ci-tools repo
download.qt.io seems to be down ...
-rw-r--r-- | src/scripts/ci/setup_appveyor.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/ci/setup_appveyor.bat b/src/scripts/ci/setup_appveyor.bat index e3f081773..6da5faa4b 100644 --- a/src/scripts/ci/setup_appveyor.bat +++ b/src/scripts/ci/setup_appveyor.bat @@ -8,5 +8,5 @@ if %MSVS% == 2017 call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Communi rem check compiler version cl -appveyor DownloadFile http://download.qt.io/official_releases/jom/jom.zip -FileName jom.zip -7z e jom.zip +git clone --depth 1 https://github.com/randombit/botan-ci-tools +7z e botan-ci-tools/jom_1_1_2.zip |