Skip to content

Commit d18fbbc

Browse files
committed
test 4
1 parent ced1b3a commit d18fbbc

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
2323
- {os: ubuntu-22.04, r: 'release'}
2424
- {os: ubuntu-20.04, r: 'release'}
25-
- {os: ubuntu-18.04, r: 'release'}
2625

2726
env:
2827
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -32,12 +31,11 @@ jobs:
3231
- uses: actions/checkout@v3
3332

3433
- 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-
}
34+
run: choco uninstall rtools
35+
36+
- if: runner.os == 'windows'
37+
uses: r-windows/actions/install@v1
38+
4139
- if: matrix.config.os == 'ubuntu-18.04'
4240
run: sudo add-apt-repository ppa:cran/opencv-3.4
4341

0 commit comments

Comments
 (0)