Skip to content

Commit

Permalink
Shallow clone of submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Puxtril committed Aug 12, 2024
1 parent 00a04c0 commit 5253f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5253f92

Please sign in to comment.