From f2387d6f777ab18fe674456bad721f8a9cb0fc02 Mon Sep 17 00:00:00 2001 From: Adam Treat Date: Fri, 9 Jun 2023 08:40:53 -0400 Subject: [PATCH] Always sync for circleci. --- .circleci/continue_config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 820ab5d3..adca5b7a 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -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: