From e327b93327f0f24970c70747523ab709e0ea1d7f Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 23 Nov 2023 18:37:29 +0100 Subject: [PATCH] Only use KActivities on Linux/BSD --- .kde-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index 500b80c569..7c1e08b824 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -26,13 +26,13 @@ Dependencies: 'frameworks/kfilemetadata': '@latest-kf6' 'frameworks/kcodecs': '@latest-kf6' 'frameworks/kuserfeedback': '@latest-kf6' - 'plasma/kactivities': '@latest-kf6' 'libraries/phonon': '@latest-kf6' - 'on': ['Linux/Qt6', 'FreeBSD/Qt6'] 'require': 'frameworks/baloo': '@latest-kf6' 'libraries/baloo-widgets': '@latest-kf6' + 'plasma/kactivities': '@latest-kf6' 'third-party/packagekit-qt': '@latest' - 'on': ['Linux/Qt6', 'Windows/Qt6', 'macOS/Qt6']