Skip to content

Commit

Permalink
GHA: run check on arm64 Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Jan 19, 2025
1 parent 1e8305b commit d35c92c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- {os: windows-latest, r: '3.6.3'}

- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-22.04-arm, r: 'release', rspm: 'no' }
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-2'}
Expand All @@ -54,7 +55,7 @@ jobs:
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
use-public-rspm: ${{ matrix.config.rspm || 'true' }}

- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit d35c92c

Please sign in to comment.