Skip to content

Commit

Permalink
BUG: Use https protocol for superbuild CI
Browse files Browse the repository at this point in the history
Resolves #181
  • Loading branch information
tbirdso committed Mar 17, 2022
1 parent 9981378 commit 6cc25d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
mkdir build
cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel ..
cmake -GNinja -DCMAKE_BUILD_TYPE=MinSizeRel -DSuperBuild_ITKSoftwareGuide_USE_GIT_PROTOCOL:BOOL=OFF ..
ninja
- name: Publish ITK Software Guide Book 1 artifact
Expand Down

0 comments on commit 6cc25d0

Please sign in to comment.