-
Notifications
You must be signed in to change notification settings - Fork 230
Description
I am trying to activate a Windows runner for data.table (Rdatatable/data.table#6022) but 2 of 3 runs I've tried so far failed at the setup-r phase (example failure; associated config):
Error: Failed to get R release: Failed to get qpdf and ghostscript in 10 tries :(
Poking around for how this error has been resolved elsewhere did not turn up much:
- qpdf install fails on Windows #395
- https://forum.posit.co/t/windows-unable-to-find-ghostscript-in-r-lib-actions-check-r-package/141194
- https://forum.posit.co/t/qpdf-is-needed-error-package/75485/8
The only thing that sticks out to me as different for our setup vs. e.g. that of {lintr} which I'm more familiar with is this setup-pandoc step. And indeed after adding that step my pipeline passed, making me wonder if this step is recommended for Windows.
This is somewhere between a bug report and a documentation request -- if adding setup-pandoc is really the right fix, it would be nice for it to be documented somewhere; if this apparent relationship to setup-pandoc is spurious, it would be nice to get a recommended fix to stabilize the windows check.