I am just getting started with GitHub Actions. I used usethis::use_github_actions()
and the resulting workflow seems substantially more complex than Travis. I assumed that would generate reasonable settings.
Unfortunately, I am getting some vignette building errors. I think it's all due to TeX, since it says "You don't have a working TeX binary (tex) installed anywhere in your PATH".
Is there a way to install TeX? Is there a reason why this isn't included in the default config?