We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c187a commit b09db7dCopy full SHA for b09db7d
.circleci/config.yml
@@ -8,5 +8,5 @@ jobs:
8
steps:
9
- checkout
10
- run: |
11
- git submodule init
+ git submodule update --init --recursive
12
cargo build --features=all-providers,all-authenticators
0 commit comments