File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ cross_steps: &cross_steps
31
31
steps :
32
32
- checkout
33
33
- restore_cache :
34
- key : v2-ssd1306-raspi- {{ .Environment.CIRCLE_JOB }}-{{ checksum "Cargo.toml" }}
34
+ key : v2-ssd1306-{{ .Environment.CIRCLE_JOB }}-{{ checksum "Cargo.toml" }}
35
35
- run : rustup self update
36
36
- run : sudo apt install -qq linkchecker
37
37
- run : rustup default ${RUST_VERSION:-stable}
@@ -40,9 +40,9 @@ cross_steps: &cross_steps
40
40
- run : cargo install cross
41
41
- run : |
42
42
cd {{ .Environment.EXAMPLE_PATH }}
43
- cross build --release --target {{ .Environment.CIRCLE_JOB }}
43
+ cross build --release --target {{ .Environment.TARGET }}
44
44
- save_cache :
45
- key : v2-ssd1306-raspi- {{ .Environment.CIRCLE_JOB }}-{{ checksum "Cargo.toml" }}
45
+ key : v2-ssd1306-{{ .Environment.CIRCLE_JOB }}-{{ checksum "Cargo.toml" }}
46
46
paths :
47
47
- ./target
48
48
- /usr/local/cargo/registry
You can’t perform that action at this time.
0 commit comments