Skip to content

Commit af540cc

Browse files
committed
Merge branch 'main' of github.com:r-spatial/spatialreg
2 parents 235e2d4 + b6ca7b9 commit af540cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/check-standard.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
config:
25-
- {os: windows-latest, r: 'release'}
25+
- {os: windows-latest, r: 'release', rtools-version: '42'}
2626
- {os: macOS-latest, r: 'release'}
2727
- {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
2828
- {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
@@ -35,9 +35,10 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v2
3737

38-
- uses: r-lib/actions/setup-r@v1
38+
- uses: r-lib/actions/setup-r@v2
3939
with:
4040
r-version: ${{ matrix.config.r }}
41+
rtools-version: ${{ matrix.config.rtools-version }}
4142

4243
- uses: r-lib/actions/setup-pandoc@v1
4344

0 commit comments

Comments
 (0)