From c53f4efbc5dfd2fecbfb2321404e751c507bfb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Sun, 8 Dec 2019 01:30:24 +0100 Subject: [PATCH] CI: Also include cargo files in cache MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e13f66b1..d78901a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ variables: key: stable paths: - target/ + - ~/.cargo .nightly: image: rustlang/rust:nightly @@ -20,6 +21,7 @@ variables: key: nightly paths: - target/ + - ~/.cargo .build: stage: build