Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 7ceb3ac

Browse files
authored
Update config.yml
1 parent ab21742 commit 7ceb3ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77

88
steps:
99
- checkout
10+
- run:
11+
name: Install Submodules
12+
command: git submodule sync && git submodule update --init
1013
- run:
1114
name: Version information
1215
command: rustc --version; cargo --version; rustup --version

0 commit comments

Comments
 (0)