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

Commit e0363dc

Browse files
authored
Update config.yml
1 parent 8b42823 commit e0363dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.circleci/config.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ jobs:
77

88
steps:
99
- checkout
10+
- run: git submodule sync
11+
- run: git submodule update --init
12+
1013
- run:
1114
name: Install prerequisite
1215
command: sudo apt-get install -y clang
13-
- run:
14-
name: Install Submodules
15-
command: git submodule add https://github.com/RedisLabsModules/redismodule-rs
16+
1617
- run:
1718
name: Version information
1819
command: rustc --version; cargo --version; rustup --version

0 commit comments

Comments
 (0)