Skip to content

Commit 239ef31

Browse files
authored
Merge pull request #485 from ionut-arm/fix-circleci3
Fix git command and use Arm machine
2 parents f4c33f8 + 9befd28 commit 239ef31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ jobs:
44
working_directory: ~/repo
55
docker:
66
- image: ghcr.io/parallaxsecond/parsec-service-test-all
7-
resource_class: medium
7+
resource_class: arm.medium
88
steps:
99
- checkout
1010
- run: |
11-
git submodule --init
11+
git submodule init
1212
cargo build --features=all-providers,all-authenticators

0 commit comments

Comments
 (0)