From 5253f927ee00c391fe04b7073daf94f3780a674b Mon Sep 17 00:00:00 2001 From: Puxtril Date: Sun, 11 Aug 2024 21:59:27 -0400 Subject: [PATCH] Shallow clone of submodules --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 53d803e..7b0f847 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,7 +41,8 @@ jobs: - name: Init Extractor submodules run: | cd lib - git submodule update --init Binary-Reader LotusLib QtOpenGLViewer bcdec ddspp fx-gltf glm json libspng spdlog tclap-code + git submodule update --init --depth 1 Binary-Reader LotusLib QtOpenGLViewer bcdec ddspp fx-gltf glm json libspng spdlog + git submodule update --init tclap-code - name: Init LotusLib submodule run: | cd lib/LotusLib/lib