summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-13 10:47:11 (GMT)
committerGitHub <noreply@github.com>2020-12-13 10:47:11 (GMT)
commitc8125934b6c4378615e3cea3caf4b8f5ccbab891 (patch)
treeab2f74e44ed9b4b671082c8e0f144ba314362ef8 /.github
parentc1285e18de895fc4e297fb81b37cc54533f74529 (diff)
downloadDoxygen-c8125934b6c4378615e3cea3caf4b8f5ccbab891.zip
Doxygen-c8125934b6c4378615e3cea3caf4b8f5ccbab891.tar.gz
Doxygen-c8125934b6c4378615e3cea3caf4b8f5ccbab891.tar.bz2
Update build_cmake.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index cd1b462..1638c60 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -31,7 +31,7 @@ jobs:
- {
name: "Ubuntu Latest Clang Debug",
os: ubuntu-latest,
- build_type: "Debug", cc: "clang", cxx: "clang++"
+ build_type: "Debug", cc: "clang", cxx: "clang++",
build_gen: "Unix Makefiles"
}
- {