summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-12 17:50:30 (GMT)
committerGitHub <noreply@github.com>2020-12-12 17:50:30 (GMT)
commit55f9283cb4f7a40b7f1b41d541a2106f3b1ada43 (patch)
tree707ab802fd509ec15a7debe9ce18c6d865afcdc4
parent15c71692f497320722fc080c1602b644f78a3db9 (diff)
downloadDoxygen-55f9283cb4f7a40b7f1b41d541a2106f3b1ada43.zip
Doxygen-55f9283cb4f7a40b7f1b41d541a2106f3b1ada43.tar.gz
Doxygen-55f9283cb4f7a40b7f1b41d541a2106f3b1ada43.tar.bz2
Update build_cmake.yml
-rw-r--r--.github/workflows/build_cmake.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 5fc892d..e637755 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -17,6 +17,9 @@ jobs:
}
steps:
- uses: actions/checkout@v1
+
+ - name: Install ghostscript
+ run: sudo apt-get install ghostscript
- name: Install xmllint
run: sudo apt-get install libxml2-utils