Skip to content

Commit

Permalink
attempt 6; yaml debugged with yamllint.com
Browse files Browse the repository at this point in the history
  • Loading branch information
ionides committed Aug 6, 2024
1 parent cdf30cc commit 34a6c35
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,11 @@ jobs:
- uses: actions/checkout@v4

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

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

0 comments on commit 34a6c35

Please sign in to comment.