Skip to content

Commit

Permalink
package install mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbeare committed Sep 26, 2019
1 parent f7e3d37 commit 9f9027a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f9027a

Please sign in to comment.