Skip to content

Commit 6cc25d0

Browse files
committed
BUG: Use https protocol for superbuild CI
Resolves #181
1 parent 9981378 commit 6cc25d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
mkdir build
5555
cd build
56-
cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel ..
56+
cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel -DSuperBuild_ITKSoftwareGuide_USE_GIT_PROTOCOL:BOOL=OFF ..
5757
ninja
5858
5959
- name: Publish ITK Software Guide Book 1 artifact

0 commit comments

Comments
 (0)