Skip to content

Commit 2f72127

Browse files
authored
Update R-CMD-check.yaml
windows cran binaries
1 parent 8b5cb88 commit 2f72127

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,9 @@ jobs:
4949
brew install gettext
5050
brew link --force gettext
5151
52-
- name: Install system dependencies (Windows)
52+
- name: Force use of CRAN binaries on Windows
5353
if: runner.os == 'Windows'
54-
run: |
55-
choco install openssl
54+
run: Rscript -e 'options(pkgType = "win.binary"); writeLines("options(pkgType = \"win.binary\")", "~/.Rprofile")'
5655

5756
- uses: r-lib/actions/setup-r@v2
5857
with:

0 commit comments

Comments
 (0)