Skip to content

Commit 91e162d

Browse files
committed
GHA: simplify check workflow for arm linux
No need to pass rspm input parameter now, with the new r-lib/actions release. [ci skip]
1 parent a7f7eb5 commit 91e162d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
- {os: windows-latest, r: 'oldrel-4'}
3535
- {os: windows-latest, r: '3.6.3'}
3636

37-
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
38-
- {os: ubuntu-22.04-arm, r: 'release', rspm: 'no' }
37+
- {os: ubuntu-latest, r: 'devel' }
38+
- {os: ubuntu-22.04-arm, r: 'release' }
3939
- {os: ubuntu-latest, r: 'release'}
4040
- {os: ubuntu-latest, r: 'oldrel-1'}
4141
- {os: ubuntu-latest, r: 'oldrel-2'}
@@ -54,8 +54,7 @@ jobs:
5454
- uses: r-lib/actions/setup-r@v2
5555
with:
5656
r-version: ${{ matrix.config.r }}
57-
http-user-agent: ${{ matrix.config.http-user-agent }}
58-
use-public-rspm: ${{ matrix.config.rspm || 'true' }}
57+
use-public-rspm: true
5958

6059
- uses: r-lib/actions/setup-r-dependencies@v2
6160
with:

0 commit comments

Comments
 (0)