Skip to content

Commit

Permalink
TeXLive updates frequently; this makes sure we have the latest `tlmgr…
Browse files Browse the repository at this point in the history
…` version so it doesn't fail. See r-lib/actions#801 .
  • Loading branch information
dmurdoch committed Feb 9, 2024
1 parent 500ec1b commit 1e007cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-tinytex@v2
- run: tlmgr update --self
- run: tlmgr --version
- run: tlmgr install colortbl grfext ae
- run: tlmgr list --only-installed
Expand Down

0 comments on commit 1e007cf

Please sign in to comment.