From 19a72ab499a5c8f4177b62808921afad48d14fa2 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Thu, 16 Apr 2026 17:02:42 -0400 Subject: Make snippets submodule load over HTTPS instead of SSH Loading over SSH breaks GitHub Actions, which does not have an SSH key configured --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index cb8b6811..80c4c603 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,4 +18,4 @@ url = https://github.com/intelxed/mbuild.git [submodule "plugins/snippets"] path = plugins/snippets - url = git@github.com:Vector35/snippets.git + url = https://github.com/Vector35/snippets.git -- cgit v1.3.1