Skip to content

Commit b09db7d

Browse files
committed
Modify the git submodule command
Signed-off-by: Hugues de Valon <[email protected]>
1 parent 99c187a commit b09db7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
steps:
99
- checkout
1010
- run: |
11-
git submodule init
11+
git submodule update --init --recursive
1212
cargo build --features=all-providers,all-authenticators

0 commit comments

Comments
 (0)