-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install TinyTeX #583
Comments
This was a roadblock for one of my packages that used - name: Setup TeX Live
uses: teatimeguest/setup-texlive-action@v3
with:
packages: scheme-basic It looks like it should be simple to adapt this to allow a user to set their own value of This step does take 15 mins on first run so should probably be run "on demand" as you suggest (though caching is performed on successful run) . |
We are already installing tinytex on some containers. IDK if all containers should have it, you don't need to build the vignettes to run an asan or valgrind check. AFAIR many containers skip building the vignettes and the pdf manual already. |
Using strategy from r-hub/rhub#583 (comment)
On demand. Maybe needs a config option? The TeXlive packages also need a config option.
These config options (and others as well) could default to some
Config/GHA
entries inDESCRIPTION
.The text was updated successfully, but these errors were encountered: