Skip to content

Commit e93246a

Browse files
committed
Install extra texlive packages before building the slides
1 parent 5cf64e7 commit e93246a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-slides.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
matrix:
2121
version: [ essentials, full ]
2222
steps:
23+
# https://github.com/gpoore/minted/issues/401
24+
- name: Reinstall minted
25+
run: |
26+
apt-get install texlive-latex-extra python-pygments
27+
tlmgr uninstall minted
28+
tlmgr install minted
2329
- name: Set up Git repository
2430
uses: actions/checkout@v4
2531
- name: Compile essentials

0 commit comments

Comments
 (0)