diff --git a/.github/workflows/cd-staging.yml b/.github/workflows/cd-staging.yml index 689a4d95..4a289712 100644 --- a/.github/workflows/cd-staging.yml +++ b/.github/workflows/cd-staging.yml @@ -37,6 +37,8 @@ jobs: uses: actions/checkout@v2 with: submodules: true + submodules_recursive: true + fetch-depth: 0 lfs: true - name: Pull LFS diff --git a/dependencies/build.py b/dependencies/build.py index 96e18b2e..d300e4b3 100755 --- a/dependencies/build.py +++ b/dependencies/build.py @@ -230,13 +230,6 @@ def is_tool(name): print('Building kipr-scratch...') kipr_scratch_path = working_dir / 'kipr-scratch' - -subprocess.run( - [ git, submodule, update, --init ], - cwd = kipr_scratch_path / 'libwallaby', - check = True -) - subprocess.run( [ python, kipr_scratch_path / 'build.py' ], cwd = kipr_scratch_path,