From f1103ff82b6f4f4a12cf952d698290f60cb941d9 Mon Sep 17 00:00:00 2001 From: Tom Birdsong Date: Wed, 16 Mar 2022 10:22:55 -0400 Subject: [PATCH] BUG: Use https protocol for Superbuild CI --- .github/workflows/build-test-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-test-publish.yml b/.github/workflows/build-test-publish.yml index 62e1f6e98..c30128798 100644 --- a/.github/workflows/build-test-publish.yml +++ b/.github/workflows/build-test-publish.yml @@ -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") @@ -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 ")