From 8f5e911dee97ba558796f4f66aad457e84fa96f3 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 5 Apr 2020 19:01:40 -0700 Subject: [PATCH] fix apt cache --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 670de134..8ddbcf2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ cache: paths: - ccache - .cache/pip - - apt-cache + - apt-cache/ variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" -- 2.30.2