fix: use HTTPS submodule URLs for CI (SSH has no GitHub key on runner)
Build Firmware / Build stm32-teslacharger (pull_request) Failing after 20s
Build Firmware / Build stm32-teslacharger (pull_request) Failing after 20s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[submodule "libopencm3"]
|
[submodule "libopencm3"]
|
||||||
path = libopencm3
|
path = libopencm3
|
||||||
url = git@github.com:jsphuebner/libopencm3.git
|
url = https://github.com/jsphuebner/libopencm3.git
|
||||||
[submodule "libopeninv"]
|
[submodule "libopeninv"]
|
||||||
path = libopeninv
|
path = libopeninv
|
||||||
url = git@github.com:jsphuebner/libopeninv.git
|
url = https://github.com/jsphuebner/libopeninv.git
|
||||||
|
|||||||
Reference in New Issue
Block a user