Skip to content

Commit bc3ae9e

Browse files
ci: Add Tweak for Windows R 4.1
1 parent 9f80c8c commit bc3ae9e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ jobs:
5858
http-user-agent: ${{ matrix.config.http-user-agent }}
5959
use-public-rspm: true
6060

61+
# TODO: remove this when R 4.6 is released
62+
- name: Tweak for old Windows (R 4.1)
63+
uses: r-lib/actions/setup-r-dependencies@v2
64+
if: ${{ matrix.config.os == 'windows-latest' && matrix.config.r = 'oldrel-4' }}
65+
with:
66+
cache-version: 3
67+
packages: >
68+
69+
6170
- uses: r-lib/actions/setup-r-dependencies@v2
6271
with:
6372
cache-version: 3

0 commit comments

Comments
 (0)