Skip to content

Commit

Permalink
Give up on R 3.6.x on Windows :(
Browse files Browse the repository at this point in the history
Can't build an older version of magick, either.
  • Loading branch information
gaborcsardi committed Mar 22, 2024
1 parent 271e9a8 commit bc1a5bd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
- {os: macos-latest, r: 'release'}

- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '3.6'}
# use 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: '4.1'}

Expand Down Expand Up @@ -54,13 +52,6 @@ jobs:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
if: ${{ startsWith(steps.setup-r.outputs.installed-r-version, '3') && runner.os == 'Windows' }}
with:
extra-packages: any::rcmdcheck, any::[email protected]
needs: check

- uses: r-lib/actions/setup-r-dependencies@v2
if: ${{ ! startsWith(steps.setup-r.outputs.installed-r-version, '3') || runner.os != 'Windows' }}
with:
extra-packages: any::rcmdcheck
needs: check
Expand Down

0 comments on commit bc1a5bd

Please sign in to comment.