We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7f7eb5 commit 91e162dCopy full SHA for 91e162d
.github/workflows/R-CMD-check.yaml
@@ -34,8 +34,8 @@ jobs:
34
- {os: windows-latest, r: 'oldrel-4'}
35
- {os: windows-latest, r: '3.6.3'}
36
37
- - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
38
- - {os: ubuntu-22.04-arm, r: 'release', rspm: 'no' }
+ - {os: ubuntu-latest, r: 'devel' }
+ - {os: ubuntu-22.04-arm, r: 'release' }
39
- {os: ubuntu-latest, r: 'release'}
40
- {os: ubuntu-latest, r: 'oldrel-1'}
41
- {os: ubuntu-latest, r: 'oldrel-2'}
@@ -54,8 +54,7 @@ jobs:
54
- uses: r-lib/actions/setup-r@v2
55
with:
56
r-version: ${{ matrix.config.r }}
57
- http-user-agent: ${{ matrix.config.http-user-agent }}
58
- use-public-rspm: ${{ matrix.config.rspm || 'true' }}
+ use-public-rspm: true
59
60
- uses: r-lib/actions/setup-r-dependencies@v2
61
0 commit comments