There was an error while loading. Please reload this page.
1 parent e9b15ce commit a6af13dCopy full SHA for a6af13d
1 file changed
.circleci/config.yml
@@ -70,6 +70,8 @@ jobs:
70
71
steps:
72
- checkout
73
+ - run: git submodule sync
74
+ - run: git submodule update --init
75
- restore_deps_cache
76
- run: mix deps.get
77
- save_deps_cache
0 commit comments