From 8703f99c0d152bc4dfa42e0302f2a723a1e0f8fa Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Sat, 21 Dec 2024 23:15:08 +0000 Subject: [PATCH] ci: Cache the whole opencv/ dir --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3df1378..17c621a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,7 @@ stages: cache: key: one-key-to-rule-them-all paths: - - opencv/src - - opencv/contrib + - opencv/ - emtest/target - detection/model