summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-12 17:55:28 (GMT)
committerGitHub <noreply@github.com>2020-12-12 17:55:28 (GMT)
commit6e01b119a7db107d8f86fc41a9f0f48e81fb702d (patch)
treef6a2b8193c926d34b365e85f653ace5f193d29bb /.github
parent55f9283cb4f7a40b7f1b41d541a2106f3b1ada43 (diff)
downloadDoxygen-6e01b119a7db107d8f86fc41a9f0f48e81fb702d.zip
Doxygen-6e01b119a7db107d8f86fc41a9f0f48e81fb702d.tar.gz
Doxygen-6e01b119a7db107d8f86fc41a9f0f48e81fb702d.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index e637755..9bf2ba4 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -18,7 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- - name: Install ghostscript
+ - name: Install LaTeX
+ run: sudo apt-get install texlive texlive-generic-recommended texlive-extra-utils texlive-latex-extra texlive-font-utils
+
+ - name: Install Ghostscript
run: sudo apt-get install ghostscript
- name: Install xmllint