Skip to content

Commit

Permalink
more GH action BS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-s committed Sep 3, 2024
1 parent 114cf87 commit f6dcd7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr --version

- name: Install additional LaTeX packages
run: |
tlmgr update --self
tlmgr install pdfpages
tlmgr list --only-installed
- uses: r-lib/actions/setup-pandoc@v2

Expand Down

0 comments on commit f6dcd7c

Please sign in to comment.