From 0900d1585d685fe0f27aa5f0eef6817437d64fee Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 19 Feb 2024 20:49:20 +0100 Subject: [PATCH] use https submodule clone, relaxes in CICD-Runner configs the clone process (#259) --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 5838a2b..4f7c746 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tests/mpaland-conformance"] path = tests/mpaland-conformance - url = git@github.com:charlesnicholson/nanoprintf-paland-conformance.git + url = https://github.com/charlesnicholson/nanoprintf-paland-conformance.git