We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9981378 commit 6cc25d0Copy full SHA for 6cc25d0
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
mkdir build
55
cd build
56
- cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel ..
+ cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel -DSuperBuild_ITKSoftwareGuide_USE_GIT_PROTOCOL:BOOL=OFF ..
57
ninja
58
59
- name: Publish ITK Software Guide Book 1 artifact
0 commit comments