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 authored Oct 2, 2024
1 parent 5cf64e7 commit 7a52667
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-slides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
matrix:
version: [ essentials, full ]
steps:
- name: Install texlive packages
run: sudo apt-get install texlive-latex-extra
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile essentials
Expand Down

0 comments on commit 7a52667

Please sign in to comment.