Skip to content

Commit 52bbe44

Browse files
authored
Merge pull request #330 from InsightSoftwareConsortium/https-protocol
BUG: Use https protocol for Superbuild CI
2 parents 1667051 + f1103ff commit 52bbe44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ jobs:
202202
set(ENV{PATH} "\${CTEST_DASHBOARD_ROOT}/ITK-build/bin;\$ENV{PATH}")
203203
endif()
204204
set(dashboard_cache "
205+
USE_GIT_PROTOCOL:BOOL=OFF
205206
BUILD_TESTING:BOOL=ON
206207
")
207208
string(TIMESTAMP build_date "%Y-%m-%d")
@@ -348,6 +349,7 @@ jobs:
348349
set(ENV{PATH} "\${CTEST_DASHBOARD_ROOT}/ITK-build/bin;\$ENV{PATH}")
349350
endif()
350351
set(dashboard_cache "
352+
USE_GIT_PROTOCOL:BOOL=OFF
351353
BUILD_TESTING:BOOL=ON
352354
BUILD_DOCUMENTATION:BOOL=ON
353355
")

0 commit comments

Comments
 (0)