From 86c7977a423a178ab05cfcaa38b1f5860a7edd67 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Wed, 17 Jul 2024 00:45:35 -0700 Subject: [PATCH] Use relative submodule paths for ci --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 23a14c6..9f070bd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -15,4 +15,4 @@ url = ../wb2axip.git [submodule "hw/super6502_fpga/src/sub/sdspi"] path = hw/super6502_fpga/src/sub/sdspi - url = git@git.byronlathi.com:bslathi19/sdspi.git + url = ../sdspi.git