Skip to content

Commit

Permalink
do not install from "source"
Browse files Browse the repository at this point in the history
hopefully fixes "Error in curl::curl_fetch_memory(url, handle = handle) : : next InitializeSecurityContext failed: SEC_E_ILLEGAL_MESSAGE (0x80090326) - This error usually occurs when a fatal SSL/TLS alert is received (e.g. handshake failed)." (https://github.com/KWB-R/kwb.geosalz/actions/runs/3263114575/jobs/5362680759#step:11:287) during pkgdown "NEWS" build
  • Loading branch information
mrustl committed Oct 17, 2022
1 parent 45cb5ed commit 1e9a9dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
run: |
remotes::install_deps(dependencies = TRUE)
install.packages("pkgdown", type = "binary")
install.packages("RCurl", type = "source")
RCurl::curlVersion()
shell: Rscript {0}

Expand Down

0 comments on commit 1e9a9dc

Please sign in to comment.