Skip to content

Commit 0cb7958

Browse files
committed
package install mingw
1 parent a8bef90 commit 0cb7958

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
git checkout $(System.PullRequest.SourceCommitId)
1919
fi
2020
displayName: GitCheckout
21-
- bash: |
21+
- shell: |
2222
set -x
23+
mingw-get install wget
2324
wget https://cloud.r-project.org/bin/windows/base/R-3.6.1-win.exe
2425
wget https://cloud.r-project.org/bin/windows/Rtools/Rtools35.exe
2526
displayName: RStuff

0 commit comments

Comments
 (0)