Skip to content

Commit

Permalink
try installing texlive-latext-base
Browse files Browse the repository at this point in the history
  • Loading branch information
petschau committed Nov 26, 2024
1 parent 697c234 commit be3dc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

# Step 2: Set up Doxygen
- name: Install Doxygen
run: sudo apt-get update && sudo apt-get install -y doxygen graphviz
run: sudo apt-get update && sudo apt-get install -y doxygen graphviz texlive-latex-base

# Step 3: Make the script executable
- name: Make script executable
Expand Down

0 comments on commit be3dc13

Please sign in to comment.