Skip to content

Commit

Permalink
update rtools version for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveBronder committed Apr 4, 2024
1 parent 6cd3a63 commit a7c3400
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-wsl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: r-lib/actions/[email protected]
with:
r-version: 'release'
rtools-version: '42'
rtools-version: '43'
- uses: r-lib/actions/[email protected]

- name: Query dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- {os: macOS-latest, r: 'release', rtools: ''}
- {os: windows-latest, r: 'devel', rtools: ''}
- {os: windows-latest, r: 'release', rtools: ''}
- {os: windows-latest, r: 'oldrel', rtools: '42'}
- {os: windows-latest, r: 'oldrel', rtools: '43'}
- {os: ubuntu-20.04, r: 'devel', rtools: ''}
- {os: ubuntu-20.04, r: 'release', rtools: ''}
- {os: ubuntu-20.04, r: 'oldrel', rtools: ''}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- uses: r-lib/actions/[email protected]
with:
r-version: 'release'
rtools-version: '42'
rtools-version: '43'

- uses: r-lib/actions/[email protected]

Expand All @@ -111,6 +111,6 @@ jobs:

- name: Test coverage
run: |
options(covr.gcov = 'C:/rtools40/mingw64/bin/gcov.exe');
options(covr.gcov = 'C:/rtools43/mingw64/bin/gcov.exe');
covr::codecov(type = "tests", function_exclusions = "sample_mpi")
shell: Rscript {0}
2 changes: 1 addition & 1 deletion .github/workflows/cmdstan-tarball-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
config:
- {os: macOS-latest, r: 'release', rtools: ''}
- {os: windows-latest, r: 'release', rtools: '42'}
- {os: windows-latest, r: 'release', rtools: '43'}
- {os: ubuntu-20.04, r: 'release', rtools: ''}
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit a7c3400

Please sign in to comment.