From 20a806229de8510e2455a31deec8f66592d61462 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 5 Apr 2020 19:08:22 -0700 Subject: [PATCH] add apt-cache dir --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ddbcf2d..2a2942ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ variables: build: stage: build before_script: + - mkdir -p apt-cache - apt-get -o dir::cache::archives="apt-cache" update - >- apt-get -o dir::cache::archives="apt-cache" -y install -- 2.30.2