Skip to content

Commit cee9805

Browse files
committed
Update GHA
1 parent f0f8cee commit cee9805

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

+6-1
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 }}
@@ -31,6 +30,12 @@ jobs:
3130
steps:
3231
- uses: actions/checkout@v3
3332

33+
- if: runner.os == 'windows'
34+
run: choco uninstall rtools
35+
36+
- if: runner.os == 'windows' && matrix.config.r == '4.1'
37+
uses: r-windows/install-rtools@master
38+
3439
- if: matrix.config.os == 'ubuntu-18.04'
3540
run: sudo add-apt-repository ppa:cran/opencv-3.4
3641

0 commit comments

Comments
 (0)