Skip to content

Commit 80a3f44

Browse files
committed
curl download
1 parent f7e3d37 commit 80a3f44

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

azure-pipelines.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
displayName: GitCheckout
2121
- bash: |
2222
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
23+
curl https://cloud.r-project.org/bin/windows/base/R-3.6.1-win.exe -o R-3.6.1-win.exe
24+
curl https://cloud.r-project.org/bin/windows/Rtools/Rtools35.exe -o Rtools35.exe
2625
displayName: RStuff

0 commit comments

Comments
 (0)