From 80a3f4444b6a5552b18f83571e21c59a61d3e510 Mon Sep 17 00:00:00 2001 From: Richard Beare Date: Thu, 26 Sep 2019 12:24:59 +1000 Subject: [PATCH] curl download --- azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6e1ce55..ca4f293 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,6 @@ jobs: displayName: GitCheckout - bash: | set -x - mingw-get install wget - wget https://cloud.r-project.org/bin/windows/base/R-3.6.1-win.exe - wget https://cloud.r-project.org/bin/windows/Rtools/Rtools35.exe + curl https://cloud.r-project.org/bin/windows/base/R-3.6.1-win.exe -o R-3.6.1-win.exe + curl https://cloud.r-project.org/bin/windows/Rtools/Rtools35.exe -o Rtools35.exe displayName: RStuff