Skip to content

Commit

Permalink
Install extra texlive packages before building the slides
Browse files Browse the repository at this point in the history
  • Loading branch information
hageboeck committed Oct 2, 2024
1 parent 5cf64e7 commit e93246a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-slides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
matrix:
version: [ essentials, full ]
steps:
# https://github.com/gpoore/minted/issues/401
- name: Reinstall minted
run: |
apt-get install texlive-latex-extra python-pygments
tlmgr uninstall minted
tlmgr install minted
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile essentials
Expand Down

0 comments on commit e93246a

Please sign in to comment.