Skip to content

Commit

Permalink
Add tex package
Browse files Browse the repository at this point in the history
  • Loading branch information
chjackson committed Aug 16, 2024
1 parent dc8d182 commit 2d2f032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install additional LaTeX packages
run: |
tlmgr update --self
tlmgr install grfext ae courier
tlmgr install grfext ae courier listings
tlmgr list --only-installed
- uses: r-hub/actions/run-check@v1
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install additional LaTeX packages
run: |
tlmgr update --self
tlmgr install grfext ae courier
tlmgr install grfext ae courier listings
tlmgr list --only-installed
- uses: r-hub/actions/run-check@v1
with:
Expand Down

0 comments on commit 2d2f032

Please sign in to comment.