Skip to content

Commit

Permalink
do not build docbook
Browse files Browse the repository at this point in the history
  • Loading branch information
malaterre committed Jun 24, 2022
1 parent d9773ae commit 24cbd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
fetch-depth: 2
- name: configure
run: cmake -DCMAKE_BUILD_TYPE:STRING=None -B build
run: cmake -DGDCM_BUILD_DOCBOOK_MANPAGES:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=None -B build
- name: make
run: cmake --build build
- name: make check
Expand Down

0 comments on commit 24cbd91

Please sign in to comment.