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

Commit 93a4085

Browse files
authored
add git module add
1 parent 6a2015a commit 93a4085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- checkout
1010
- run:
1111
name: Install Submodules
12-
command: git submodule sync && git submodule update --init
12+
command: git submodule add https://github.com/RedisLabsModules/redismodule-rs
1313
- run:
1414
name: Version information
1515
command: rustc --version; cargo --version; rustup --version

0 commit comments

Comments
 (0)