Update .gitlab-ci.yml
This commit is contained in:
parent
977f64d9cb
commit
7faf399d44
|
@ -7,7 +7,7 @@ image: "rust:latest"
|
|||
#- apt-get install -yqq mingw-w64
|
||||
|
||||
cache:
|
||||
key: ${CI_COMMIT_REF_SLUG}
|
||||
key: all
|
||||
paths:
|
||||
- .cargo/
|
||||
- target/
|
||||
|
|
Loading…
Reference in New Issue