File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ version: 2.1
3
3
orbs :
4
4
go : circleci/go@3.0.2
5
5
python : circleci/python@3.0.0
6
+ rust : circleci/rust@1.7.0
6
7
win : circleci/windows@5.1
7
8
8
9
commands :
@@ -451,12 +452,12 @@ jobs:
451
452
key : cargocache-v2-package_cw_schema-rust:1.82-{{ checksum "Cargo.lock" }}
452
453
453
454
package_cw_schema_codegen :
454
- docker :
455
- - image : rust:1.82
456
455
executor :
457
456
name : python/default
458
457
steps :
459
458
- checkout
459
+ - rust/install :
460
+ version : " 1.82"
460
461
- run :
461
462
name : Version information
462
463
command : rustc --version; cargo --version; rustup --version; rustup target list --installed
@@ -465,11 +466,9 @@ jobs:
465
466
- cargocache-v2-package_cw_schema_codegen-rust:1.82-{{ checksum "Cargo.lock" }}
466
467
- go/install :
467
468
version : 1.23.4
468
- - python/install-packages :
469
- pkg-manager : pip
470
- - python/install-packages :
471
- args : pydantic
472
- pkg-manager : pip
469
+ - run :
470
+ name : Install pydantic
471
+ run : pip install pydantic
473
472
- run :
474
473
name : Build
475
474
working_directory : ~/project/packages/cw-schema-codegen
You can’t perform that action at this time.
0 commit comments