We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5cb88 commit 2f72127Copy full SHA for 2f72127
.github/workflows/R-CMD-check.yaml
@@ -49,10 +49,9 @@ jobs:
49
brew install gettext
50
brew link --force gettext
51
52
- - name: Install system dependencies (Windows)
+ - name: Force use of CRAN binaries on Windows
53
if: runner.os == 'Windows'
54
- run: |
55
- choco install openssl
+ run: Rscript -e 'options(pkgType = "win.binary"); writeLines("options(pkgType = \"win.binary\")", "~/.Rprofile")'
56
57
- uses: r-lib/actions/setup-r@v2
58
with:
0 commit comments