From 276dee2c3eba422b2da6fee453a8c2440ac3ae85 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 11 Dec 2017 09:49:01 +0100 Subject: [PATCH] appveyor-ci: use curl for download of make.zip --- ci/appveyor-prepare.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/appveyor-prepare.bat b/ci/appveyor-prepare.bat index 6edb7b52f..7d50c88be 100644 --- a/ci/appveyor-prepare.bat +++ b/ci/appveyor-prepare.bat @@ -65,6 +65,6 @@ if "%TOOLCHAIN%"=="mingw" ( ) echo [INFO] Installing Make 4.1 -@powershell -Command "(new-object net.webclient).DownloadFile('https://www.aps.anl.gov/epics/download/tools/make-4.1-win64.zip', 'C:\tools\make-4.1.zip')" +curl -fsS --retry 3 -o C:\tools\make-4.1.zip https://www.aps.anl.gov/epics/download/tools/make-4.1-win64.zip cd \tools "C:\Program Files\7-Zip\7z" e make-4.1.zip