From 4c56ba05d4f4a556b8ac57318eb610518f480113 Mon Sep 17 00:00:00 2001 From: Sushma Yellapragada Date: Mon, 10 Aug 2026 15:53:45 -0500 Subject: [PATCH 1/2] Update submodule URL to use HTTPS Github runner needs https so it doesn't bother with ssh keys --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index fcbddfc..b25a296 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "cmake/blt"] path = cmake/blt - url = git@github.com:LLNL/blt.git + url = https://github.com/LLNL/blt.git From 3d5640e7c28c24d1883bee6d969071693c59d88d Mon Sep 17 00:00:00 2001 From: Sushma Yellapragada Date: Tue, 11 Aug 2026 18:47:07 -0500 Subject: [PATCH 2/2] Update submodule URL to relative path --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index b25a296..71c162e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "cmake/blt"] path = cmake/blt - url = https://github.com/LLNL/blt.git + url = ../../LLNL/blt.git