Always sync for circleci.

This commit is contained in:
Adam Treat 2023-06-09 08:40:53 -04:00 committed by AT
parent 3c1b59f5c6
commit f2387d6f77

View File

@ -29,6 +29,7 @@ jobs:
- run:
name: Update Submodules
command: |
git submodule sync
git submodule update --init --recursive
- restore_cache: # this is the new step to restore cache
keys:
@ -68,6 +69,7 @@ jobs:
- run:
name: Update Submodules
command: |
git submodule sync
git submodule update --init --recursive
- restore_cache: # this is the new step to restore cache
keys:
@ -120,6 +122,7 @@ jobs:
- run:
name: Update Submodules
command: |
git submodule sync
git submodule update --init --recursive
- restore_cache: # this is the new step to restore cache
keys: