Skip to content

Commit 28384e1

Browse files
authored
Merge pull request #483 from ionut-arm/fix-circleci
Add submodule initialisation to CircleCI
2 parents c9f348e + b82095a commit 28384e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@ jobs:
66
- image: ghcr.io/parallaxsecond/parsec-service-test-all
77
resource_class: medium
88
steps:
9-
- checkout
10-
- run: cargo build --features=all-providers,all-authenticators
9+
- name: checkout
10+
- run: |
11+
git submodule --init
12+
cargo build --features=all-providers,all-authenticators

0 commit comments

Comments
 (0)