Skip to content

Commit ced1b3a

Browse files
committed
Test GHA
1 parent f0f8cee commit ced1b3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333

34+
- if: runner.os == 'windows'
35+
run: |
36+
if(Test-path c:\\rtools40){
37+
echo "rtools40 is preinstalled"
38+
} else {
39+
choco install --verbose rtools --version 4.0.0.20220206
40+
}
3441
- if: matrix.config.os == 'ubuntu-18.04'
3542
run: sudo add-apt-repository ppa:cran/opencv-3.4
3643

0 commit comments

Comments
 (0)