Skip to content

Commit

Permalink
Use the suggested tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Jan 26, 2025
1 parent 9fe6dad commit 7902cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- {os: 'ubuntu-latest', r: 'release', rust: 'stable'}
- {os: 'ubuntu-latest', r: 'devel', rust: 'stable', http-user-agent: 'release'}
- {os: 'ubuntu-latest', r: 'release', rust: 'nightly'}
- {os: 'ubuntu-24.04-arm', r: 'release', rust: 'stable'}
- {os: 'ubuntu-24.04-arm', r: 'release', rust: 'stable', rspm: false}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -42,7 +42,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 7902cd5

Please sign in to comment.