diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5f330ea..a81ab08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/