Skip to content

Commit

Permalink
BUG: Use https protocol for Superbuild CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Mar 16, 2022
1 parent 7c7f794 commit f1103ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-publish.yml
Expand Up @@ -202,6 +202,7 @@ jobs:
set(ENV{PATH} "\${CTEST_DASHBOARD_ROOT}/ITK-build/bin;\$ENV{PATH}")
endif()
set(dashboard_cache "
USE_GIT_PROTOCOL:BOOL=OFF
BUILD_TESTING:BOOL=ON
")
string(TIMESTAMP build_date "%Y-%m-%d")
Expand Down Expand Up @@ -348,6 +349,7 @@ jobs:
set(ENV{PATH} "\${CTEST_DASHBOARD_ROOT}/ITK-build/bin;\$ENV{PATH}")
endif()
set(dashboard_cache "
USE_GIT_PROTOCOL:BOOL=OFF
BUILD_TESTING:BOOL=ON
BUILD_DOCUMENTATION:BOOL=ON
")
Expand Down

0 comments on commit f1103ff

Please sign in to comment.