We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e3d37 commit 9f9027aCopy full SHA for 9f9027a
azure-pipelines.yml
@@ -20,7 +20,10 @@ jobs:
20
displayName: GitCheckout
21
- bash: |
22
set -x
23
- mingw-get install wget
+ echo $PATH
24
+ ls /mingw64/bin/
25
+ ls /usr/bin/
26
+ pacman install wget
27
wget https://cloud.r-project.org/bin/windows/base/R-3.6.1-win.exe
28
wget https://cloud.r-project.org/bin/windows/Rtools/Rtools35.exe
29
displayName: RStuff
0 commit comments