Skip to content

Commit 75aaef2

Browse files
committed
YAML: fix missing space
1 parent 9eaca38 commit 75aaef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ task:
4747
container:
4848
image: rust:latest
4949
env:
50-
TARGET:x86_64-unknown-linux-gnu
50+
TARGET: x86_64-unknown-linux-gnu
5151
cargo_cache:
5252
folder: $CARGO_HOME/registry
5353
fingerprint_script: cat Cargo.lock || echo ""

0 commit comments

Comments
 (0)