We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8c468 commit 5c2101dCopy full SHA for 5c2101d
.github/workflows/deploy-docs.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install Dependencies
23
run: |
24
sudo apt-get update
25
- sudo apt-get install perl build-base texlive-full ghostscript graphviz -y
+ sudo apt-get install texlive-full ghostscript graphviz -y
26
27
# Step 3: Install Doxygen
28
- name: Install Doxygen v${{ env.DOXYGEN_VERSION }}
0 commit comments