From 01855fc66aab7cf939b119311c9dd4ef07b138a4 Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Thu, 4 Nov 2021 23:54:25 -0500 Subject: [PATCH] GHActions: Don't shallow clone submodules Shallow clones tend to be 5-10s slower --- .gitmodules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index c032dba973..543c009e56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,23 +1,18 @@ [submodule "3rdparty/xz/xz"] path = 3rdparty/xz/xz url = https://github.com/PCSX2/xz.git - shallow = true [submodule "3rdparty/gtest"] path = 3rdparty/gtest url = https://github.com/google/googletest.git - shallow = true [submodule "3rdparty/fmt/fmt"] path = 3rdparty/fmt/fmt url = https://github.com/fmtlib/fmt.git - shallow = true [submodule "3rdparty/yaml-cpp/yaml-cpp"] path = 3rdparty/yaml-cpp/yaml-cpp url = https://github.com/jbeder/yaml-cpp.git - shallow = true [submodule "3rdparty/libchdr/libchdr"] path = 3rdparty/libchdr/libchdr url = https://github.com/rtissera/libchdr.git - shallow = true [submodule "3rdparty/wil"] path = 3rdparty/wil url = https://github.com/microsoft/wil.git