skip_if_offline()
complaining about missing curl package on ghactions but curl is installed
#1963
Labels
Milestone
I've started seeing this error in
R CMD check
runs on ghactions:but as far as I can tell, curl is installed during the dependency resolution step of the workflow: https://github.com/gavinsimpson/gratia/actions/runs/9113727769/job/25055965022#step:8:6706
Am I missing something here?
The r-lib workflow that sets up the dependencies will install all the dependencies of testthat which includes curl - I presume that's why curl is being installed anyway. And the
session_info()
output I linked to suggests curl was installed OK.I've also deleted caches to force reinstalling packages.
The text was updated successfully, but these errors were encountered: