diff --git a/.circleci/config.yml b/.circleci/config.yml index c48e4f7c9..da155ef9f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,6 +7,7 @@ jobs: working_directory: /workspace/lime steps: - checkout + - run: docker -v - run: name: Update Git Submodules command: git submodule update --init @@ -259,4 +260,4 @@ workflows: - Setup (Haxe 3.4.x) - Documentation (Haxe 3.4.x): requires: - - Setup (Haxe 3.4.x) \ No newline at end of file + - Setup (Haxe 3.4.x)