We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e3d37 commit 80a3f44Copy full SHA for 80a3f44
azure-pipelines.yml
@@ -20,7 +20,6 @@ jobs:
20
displayName: GitCheckout
21
- bash: |
22
set -x
23
- mingw-get install wget
24
- wget https://cloud.r-project.org/bin/windows/base/R-3.6.1-win.exe
25
- 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
26
displayName: RStuff
0 commit comments