From 8e6084b97325be3acbb5f4b59fa4c068d8c2b613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Wed, 20 Mar 2024 13:01:29 -0400 Subject: [PATCH] Cache the ffi cache. --- .gitlab-ci-unix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci-unix.yml b/.gitlab-ci-unix.yml index bdcc31c1f0..a656f7c52f 100644 --- a/.gitlab-ci-unix.yml +++ b/.gitlab-ci-unix.yml @@ -53,7 +53,7 @@ spec: cache: key: $CI_JOB_NAME paths: - - 3rdp/build/smconfig.cache + - 3rdp/build/smconfig.cache* "$[[ inputs.os ]]-$[[ inputs.platform ]] [cryptlib]": extends: -- GitLab