Skip to content

Commit

Permalink
Upgrade Rtools
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Jun 8, 2023
1 parent 591f158 commit adc2109
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
r-version: ${{ matrix.config.r }}
rtools-version: ${{ matrix.config.rtools-version }}

- name: Install Rtools43
if: startsWith(runner.os, 'Windows') && matrix.config.r != 'oldrel'
run: choco upgrade rtools

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

0 comments on commit adc2109

Please sign in to comment.