From 3a04229c5fff6e94eac73dcc2ed3866bdf87b705 Mon Sep 17 00:00:00 2001 From: Kyle Date: Thu, 26 Feb 2026 00:12:18 +0800 Subject: [PATCH] Fix CI submodule clone by using HTTPS URL instead of SSH Closes #25 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 374c6d0..c38f164 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "Checkouts/swift-runtime-headers"] path = Checkouts/swift-runtime-headers - url = git@github.com:jcmosc/swift-runtime-headers.git + url = https://github.com/jcmosc/swift-runtime-headers.git branch = release/6.2