Update .gitlab-ci.yml
This commit is contained in:
parent
7faf399d44
commit
242a6e17a6
|
@ -6,10 +6,14 @@ image: "rust:latest"
|
|||
#- apt-get update -yqq
|
||||
#- apt-get install -yqq mingw-w64
|
||||
|
||||
|
||||
variables:
|
||||
CARGO_HOME: $CI_PROJECT_DIR/cargo
|
||||
|
||||
cache:
|
||||
key: all
|
||||
paths:
|
||||
- .cargo/
|
||||
- cargo/
|
||||
- target/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue