We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 578c68f commit 731fd93Copy full SHA for 731fd93
.github/workflows/check-full.yaml
@@ -35,6 +35,7 @@ jobs:
35
- {os: ubuntu-latest, r: 'release'}
36
- {os: ubuntu-latest, r: 'oldrel-1'}
37
- {os: ubuntu-latest, r: '4.3.2'}
38
+ - {os: ubuntu-24.04-arm, r: 'release', rspm: 'no' }
39
40
env:
41
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -50,7 +51,7 @@ jobs:
50
51
with:
52
r-version: ${{ matrix.config.r }}
53
http-user-agent: ${{ matrix.config.http-user-agent }}
- use-public-rspm: true
54
+ use-public-rspm: ${{ matrix.config.rspm || 'true' }}
55
56
- uses: r-lib/actions/setup-r-dependencies@v2
57
0 commit comments