From 71fe9ae03de842e6cd421965df54485cb31cde5d Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Mon, 6 Sep 2021 13:45:18 +0200 Subject: [PATCH] GIT_SILENT: add ecm as required too --- .kde-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index 6cdbffd..04afeb9 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -4,6 +4,7 @@ Dependencies: - 'on': ['@all'] 'require': + 'frameworks/extra-cmake-modules': '@latest' 'frameworks/kdesignerplugin' : '@latest' 'kde/pim/akonadi' : '@same' 'kde/pim/akonadi-mime' : '@same'