From bec8b918531f02563b049e5771693aaaaba29cf9 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 18 Mar 2024 22:53:38 +0100 Subject: [PATCH] Don't fetch the Matter SDK recursively The checkout scripts will take care of submodule updates within the connectedhomeip repsitory. --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 9edf119..c51b07a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,4 @@ path = connectedhomeip url = https://github.com/project-chip/connectedhomeip.git branch = master + fetchRecurseSubmodules = false