Skip to content

Commit 9f9027a

Browse files
committed
package install mingw
1 parent f7e3d37 commit 9f9027a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
displayName: GitCheckout
2121
- bash: |
2222
set -x
23-
mingw-get install wget
23+
echo $PATH
24+
ls /mingw64/bin/
25+
ls /usr/bin/
26+
pacman install wget
2427
wget https://cloud.r-project.org/bin/windows/base/R-3.6.1-win.exe
2528
wget https://cloud.r-project.org/bin/windows/Rtools/Rtools35.exe
2629
displayName: RStuff

0 commit comments

Comments
 (0)