summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-14 21:14:23 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-12-14 21:14:23 (GMT)
commit233ab2f1878e84fcfc3a8735a9bf1e37643ac17d (patch)
tree4f41316eb1714b3e691b68ad2f328d387afb4882
parent3c60691c7b611faaf22db08127ade6bd436720c2 (diff)
parent30b7c73b8e9e8e46894c0993f6f7c310d8647ade (diff)
downloadDoxygen-233ab2f1878e84fcfc3a8735a9bf1e37643ac17d.zip
Doxygen-233ab2f1878e84fcfc3a8735a9bf1e37643ac17d.tar.gz
Doxygen-233ab2f1878e84fcfc3a8735a9bf1e37643ac17d.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
-rw-r--r--.github/workflows/build_cmake.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 491379e..6f1e0f2 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'
@@ -251,4 +255,4 @@ jobs:
if (NOT result EQUAL 0)
message(FATAL_ERROR "Bad exit status")
endif()
-# if: matrix.config.os != 'windows-latest'
+ if: matrix.config.os != 'windows-latest'