diff --git a/.circleci/config.yml b/.circleci/config.yml index 19eee09..73d40cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,10 @@ jobs: steps: - checkout - + - run: + name: "Pull Submodules" + command: | + git submodule update --init --recursive - run: name: Check current directory command: pwd