Skip to content

Commit

Permalink
add latex packages for tinytex github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ionides committed Aug 6, 2024
1 parent b2bdf3d commit 15c3711
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,19 @@ jobs:
_R_CHECK_CODETOOLS_PROFILE_: "suppressLocalUnused=FALSE,suppressPartialMatchArgs=FALSE,suppressParamUnused=TRUE,suppressUndefined=FALSE"

steps:
- uses: r-lib/actions/setup-tinytex@master

- uses: actions/checkout@v4

- uses: r-lib/actions/setup-tinytex@v2
- run: |
tlmgr --version
tlmgr update --self
tlmgr install titlesec
tlmgr install pdfpages
tlmgr install pdflscape
tlmgr install ae
tlmgr list --only-installed
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 15c3711

Please sign in to comment.