From fe34c6f35e09a036d411af22660367153e1c7032 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Fri, 3 May 2019 15:34:37 +0200 Subject: [PATCH] appveyor-ci: ANL Make install 4.1 -> 4.2.1 --- .ci/appveyor-prepare.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/appveyor-prepare.bat b/.ci/appveyor-prepare.bat index 9e116354a..9f105ee96 100644 --- a/.ci/appveyor-prepare.bat +++ b/.ci/appveyor-prepare.bat @@ -57,7 +57,7 @@ if "%TOOLCHAIN%"=="mingw" ( ) ) -echo [INFO] Installing Make 4.1 -curl -fsS --retry 3 -o C:\tools\make-4.1.zip https://epics.anl.gov/download/tools/make-4.1-win64.zip +echo [INFO] Installing Make 4.2.1 from ANL web site +curl -fsS --retry 3 -o C:\tools\make-4.2.1.zip https://epics.anl.gov/download/tools/make-4.2.1-win64.zip cd \tools -"C:\Program Files\7-Zip\7z" e make-4.1.zip +"C:\Program Files\7-Zip\7z" e make-4.2.1.zip