We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fb686 commit 71f1ff8Copy full SHA for 71f1ff8
.github/workflows/check-standard.yaml
@@ -40,7 +40,12 @@ jobs:
40
sudo apt-get update
41
sudo apt-get install -y libproj-dev
42
sudo apt-get install -y libgdal-dev
43
+ sudo apt-get install -y libssl-dev
44
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
+
49
- uses: r-lib/actions/setup-r@v2
50
with:
51
r-version: ${{ matrix.config.r }}
0 commit comments