From 8455427dbc9a10b34a6cf8454908b9e80b3754a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Alvarez?= Date: Fri, 22 Apr 2022 21:15:04 +0000 Subject: [PATCH] CI: Enable ccache --- .kde-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 3b3ceb08bd..6dbe032783 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -33,3 +33,6 @@ Dependencies: 'plasma/breeze': '@same' 'plasma/kdecoration': '@same' 'plasma/kscreenlocker': '@same' + +Options: + use-ccache: True