summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-14 20:31:08 (GMT)
committerGitHub <noreply@github.com>2020-12-14 20:31:08 (GMT)
commit6ea43aaf7cca30d168094633f30a28a0d6d4ff33 (patch)
tree4c43d095ef0f39e27170e7dc2a9c68a588b59945 /.github
parentd4d5f302c532508071f6046c80c24f3b8519c55f (diff)
downloadDoxygen-6ea43aaf7cca30d168094633f30a28a0d6d4ff33.zip
Doxygen-6ea43aaf7cca30d168094633f30a28a0d6d4ff33.tar.gz
Doxygen-6ea43aaf7cca30d168094633f30a28a0d6d4ff33.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 491379e..bf41533 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -131,7 +131,11 @@ jobs:
- name: Install Ghostscript (Linux)
run: sudo apt-get install ghostscript
if: matrix.config.os == 'ubuntu-latest'
-
+
+ - name: Install Ghostscript (Windows)
+ run: choco install ghostscript
+ if: matrix.config.os == 'windows-latest'
+
- name: Install xmllint (Linux)
run: sudo apt-get install libxml2-utils
if: matrix.config.os == 'ubuntu-latest'