mirror of https://github.com/PCSX2/pcsx2.git
GHActions: Don't shallow clone submodules
Shallow clones tend to be 5-10s slower
This commit is contained in:
parent
7ac045b5e2
commit
01855fc66a
|
@ -1,23 +1,18 @@
|
||||||
[submodule "3rdparty/xz/xz"]
|
[submodule "3rdparty/xz/xz"]
|
||||||
path = 3rdparty/xz/xz
|
path = 3rdparty/xz/xz
|
||||||
url = https://github.com/PCSX2/xz.git
|
url = https://github.com/PCSX2/xz.git
|
||||||
shallow = true
|
|
||||||
[submodule "3rdparty/gtest"]
|
[submodule "3rdparty/gtest"]
|
||||||
path = 3rdparty/gtest
|
path = 3rdparty/gtest
|
||||||
url = https://github.com/google/googletest.git
|
url = https://github.com/google/googletest.git
|
||||||
shallow = true
|
|
||||||
[submodule "3rdparty/fmt/fmt"]
|
[submodule "3rdparty/fmt/fmt"]
|
||||||
path = 3rdparty/fmt/fmt
|
path = 3rdparty/fmt/fmt
|
||||||
url = https://github.com/fmtlib/fmt.git
|
url = https://github.com/fmtlib/fmt.git
|
||||||
shallow = true
|
|
||||||
[submodule "3rdparty/yaml-cpp/yaml-cpp"]
|
[submodule "3rdparty/yaml-cpp/yaml-cpp"]
|
||||||
path = 3rdparty/yaml-cpp/yaml-cpp
|
path = 3rdparty/yaml-cpp/yaml-cpp
|
||||||
url = https://github.com/jbeder/yaml-cpp.git
|
url = https://github.com/jbeder/yaml-cpp.git
|
||||||
shallow = true
|
|
||||||
[submodule "3rdparty/libchdr/libchdr"]
|
[submodule "3rdparty/libchdr/libchdr"]
|
||||||
path = 3rdparty/libchdr/libchdr
|
path = 3rdparty/libchdr/libchdr
|
||||||
url = https://github.com/rtissera/libchdr.git
|
url = https://github.com/rtissera/libchdr.git
|
||||||
shallow = true
|
|
||||||
[submodule "3rdparty/wil"]
|
[submodule "3rdparty/wil"]
|
||||||
path = 3rdparty/wil
|
path = 3rdparty/wil
|
||||||
url = https://github.com/microsoft/wil.git
|
url = https://github.com/microsoft/wil.git
|
||||||
|
|
Loading…
Reference in New Issue