diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6e1ce55..33e0535 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,7 +20,10 @@ jobs: displayName: GitCheckout - bash: | set -x - mingw-get install wget + echo $PATH + ls /mingw64/bin/ + ls /usr/bin/ + pacman 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 displayName: RStuff