File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -88,17 +88,19 @@ jobs:
88
88
command : rustc --version; cargo --version; rustup --version
89
89
- restore_cache :
90
90
keys :
91
- - cargocache-v2 -libwasmvm_windows-rust:1.59.0-{{ checksum "libwasmvm/Cargo.lock" }}
91
+ - cachev4 -libwasmvm_windows-rust:1.59.0-{{ checksum "libwasmvm/Cargo.lock" }}
92
92
- run :
93
93
name : Run unit tests
94
94
working_directory : libwasmvm
95
95
command : cargo test
96
96
- save_cache :
97
97
paths :
98
- - target/debug/.fingerprint
99
- - target/debug/build
100
- - target/debug/deps
101
- key : cargocache-v2-libwasmvm_windows-rust:1.59.0-{{ checksum "libwasmvm/Cargo.lock" }}
98
+ # ".." is the easiest way to get $HOME here (pwd is $HOME\project)
99
+ - ../.cargo/registry
100
+ - libwasmvm/target/debug/.fingerprint
101
+ - libwasmvm/target/debug/build
102
+ - libwasmvm/target/debug/deps
103
+ key : cachev4-libwasmvm_windows-rust:1.59.0-{{ checksum "libwasmvm/Cargo.lock" }}
102
104
103
105
libwasmvm_audit :
104
106
docker :
You can’t perform that action at this time.
0 commit comments