diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2020-12-13 10:47:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-13 10:47:11 (GMT) |
commit | c8125934b6c4378615e3cea3caf4b8f5ccbab891 (patch) | |
tree | ab2f74e44ed9b4b671082c8e0f144ba314362ef8 /.github/workflows | |
parent | c1285e18de895fc4e297fb81b37cc54533f74529 (diff) | |
download | Doxygen-c8125934b6c4378615e3cea3caf4b8f5ccbab891.zip Doxygen-c8125934b6c4378615e3cea3caf4b8f5ccbab891.tar.gz Doxygen-c8125934b6c4378615e3cea3caf4b8f5ccbab891.tar.bz2 |
Update build_cmake.yml
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build_cmake.yml | 2 |
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" } - { |