File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -460,9 +460,9 @@ jobs:
460
460
- run :
461
461
name : Version information
462
462
command : rustc --version; cargo --version; rustup --version; rustup target list --installed
463
- # - restore_cache:
464
- # keys:
465
- # - cargocache-v2-package_vm-rust:1.74-{{ checksum "Cargo.lock" }}
463
+ - restore_cache :
464
+ keys :
465
+ - cargocache-v2-package_vm-rust:1.74-{{ checksum "Cargo.lock" }}
466
466
- run :
467
467
name : Build
468
468
working_directory : ~/project/packages/vm
@@ -485,13 +485,13 @@ jobs:
485
485
command : |
486
486
cargo build --locked --example multi_threaded_cache
487
487
time ../../target/debug/examples/multi_threaded_cache >/dev/null
488
- # - save_cache:
489
- # paths:
490
- # - /usr/local/cargo/registry
491
- # - target/debug/.fingerprint
492
- # - target/debug/build
493
- # - target/debug/deps
494
- # key: cargocache-v2-package_vm-rust:1.74-{{ checksum "Cargo.lock" }}
488
+ - save_cache :
489
+ paths :
490
+ - /usr/local/cargo/registry
491
+ - target/debug/.fingerprint
492
+ - target/debug/build
493
+ - target/debug/deps
494
+ key : cargocache-v2-package_vm-rust:1.74-{{ checksum "Cargo.lock" }}
495
495
496
496
package_vm_derive :
497
497
docker :
You can’t perform that action at this time.
0 commit comments