Skip to content

Commit d9b8a01

Browse files
committed
CircleCI: Add git submodules
1 parent f049878 commit d9b8a01

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: git submodule sync
11+
- run: git submodule update --init
12+
1013
- run:
1114
name: Version information
1215
command: rustc --version; cargo --version; rustup --version

0 commit comments

Comments
 (0)