Skip to content

Commit 71f1ff8

Browse files
authored
Update check-standard.yaml
1 parent a0fb686 commit 71f1ff8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-standard.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ jobs:
4040
sudo apt-get update
4141
sudo apt-get install -y libproj-dev
4242
sudo apt-get install -y libgdal-dev
43+
sudo apt-get install -y libssl-dev
4344
45+
- name: Force use of CRAN binaries on Windows
46+
if: runner.os == 'Windows'
47+
run: Rscript -e 'options(pkgType = "win.binary"); writeLines("options(pkgType = \"win.binary\")", "~/.Rprofile")'
48+
4449
- uses: r-lib/actions/setup-r@v2
4550
with:
4651
r-version: ${{ matrix.config.r }}

0 commit comments

Comments
 (0)