Skip to content

Commit

Permalink
rtools
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jul 24, 2023
1 parent d3e08c5 commit 396fa90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'release', rtools: '42'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
Expand All @@ -33,6 +33,7 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
rtools-version: '42'
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

Expand Down

0 comments on commit 396fa90

Please sign in to comment.