Always sync for circleci.

pull/924/head
Adam Treat 1 year ago committed by AT
parent 3c1b59f5c6
commit f2387d6f77

@ -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:

Loading…
Cancel
Save