Skip to content

Commit eb9d633

Browse files
committed
container's children shouldn't be a YAML list
1 parent 3478a72 commit eb9d633

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.cirrus.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ task:
2626
task:
2727
name: Linux
2828
container:
29-
- image: rust:1.24.1
29+
image: rust:1.24.1
3030
env:
3131
matrix:
32-
TARGET: x86_64-unknown-linux-gnu
33-
TARGET: i686-unknown-linux-gnu
32+
- TARGET: x86_64-unknown-linux-gnu
33+
- TARGET: i686-unknown-linux-gnu
3434
cargo_cache:
3535
folder: $CARGO_HOME/registry
3636
fingerprint_script: cat Cargo.lock || echo ""
@@ -45,7 +45,7 @@ task:
4545
task:
4646
name: Linux/GNU x86_64 stable
4747
container:
48-
- image: rust:latest
48+
image: rust:latest
4949
env:
5050
- TARGET:x86_64-unknown-linux-gnu
5151
cargo_cache:

0 commit comments

Comments
 (0)