We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3478a72 commit eb9d633Copy full SHA for eb9d633
.cirrus.yml
@@ -26,11 +26,11 @@ task:
26
task:
27
name: Linux
28
container:
29
- - image: rust:1.24.1
+ image: rust:1.24.1
30
env:
31
matrix:
32
- TARGET: x86_64-unknown-linux-gnu
33
- TARGET: i686-unknown-linux-gnu
+ - TARGET: x86_64-unknown-linux-gnu
+ - TARGET: i686-unknown-linux-gnu
34
cargo_cache:
35
folder: $CARGO_HOME/registry
36
fingerprint_script: cat Cargo.lock || echo ""
@@ -45,7 +45,7 @@ task:
45
46
name: Linux/GNU x86_64 stable
47
48
- - image: rust:latest
+ image: rust:latest
49
50
- TARGET:x86_64-unknown-linux-gnu
51
0 commit comments