Skip to content

Commit 1457a70

Browse files
committed
Use rtools45 in actions
1 parent c75bd13 commit 1457a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
config:
2626
- {os: macOS-latest, r: 'devel', rtools: '', opencl: true}
2727
- {os: macOS-latest, r: 'release', rtools: '', opencl: true}
28-
- {os: windows-latest, r: 'devel', rtools: '44'}
28+
- {os: windows-latest, r: 'devel', rtools: '45'}
2929
- {os: windows-latest, r: 'release', rtools: '44'}
3030
- {os: windows-latest, r: 'oldrel', rtools: '43'}
3131
- {os: ubuntu-latest, r: 'devel', rtools: '', opencl: true}

0 commit comments

Comments
 (0)