-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Can't build an older version of magick, either.
- Loading branch information
1 parent
271e9a8
commit bc1a5bd
Showing
1 changed file
with
0 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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'} | ||
|
||
|
@@ -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 | ||
|