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 5ffc0d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-slides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
matrix:
version: [ essentials, full ]
steps:
# https://github.com/gpoore/minted/issues/401
- name: Reinstall minted
run: |
tlmgr uninstall minted
tlmgr install minted
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile essentials
Expand Down

0 comments on commit 5ffc0d4

Please sign in to comment.