Skip to content

Commit 731fd93

Browse files
committed
Update check-full.yaml
1 parent 578c68f commit 731fd93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-full.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- {os: ubuntu-latest, r: 'release'}
3636
- {os: ubuntu-latest, r: 'oldrel-1'}
3737
- {os: ubuntu-latest, r: '4.3.2'}
38+
- {os: ubuntu-24.04-arm, r: 'release', rspm: 'no' }
3839

3940
env:
4041
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -50,7 +51,7 @@ jobs:
5051
with:
5152
r-version: ${{ matrix.config.r }}
5253
http-user-agent: ${{ matrix.config.http-user-agent }}
53-
use-public-rspm: true
54+
use-public-rspm: ${{ matrix.config.rspm || 'true' }}
5455

5556
- uses: r-lib/actions/setup-r-dependencies@v2
5657
with:

0 commit comments

Comments
 (0)