Skip to content

Commit ede4085

Browse files
committed
2 parents 43fbdeb + 5c2101d commit ede4085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Dependencies
2323
run: |
2424
sudo apt-get update
25-
sudo apt-get install texlive graphviz -y
25+
sudo apt-get install texlive-full ghostscript graphviz -y
2626
2727
# Step 3: Install Doxygen
2828
- name: Install Doxygen v${{ env.DOXYGEN_VERSION }}

0 commit comments

Comments
 (0)