From be812553837c90520969a502d4a5df64866234f9 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sun, 30 Jul 2023 13:48:19 +0200 Subject: [PATCH] Don't request kio-extras on FreeBSD It's not available on freebsd-qt6 --- .kde-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index dc3243e20..2cbc8de11 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -34,6 +34,8 @@ Dependencies: 'require': 'frameworks/baloo': '@latest-kf6' 'libraries/baloo-widgets': '@latest-kf6' - 'network/kio-extras': '@latest-kf6' 'third-party/packagekit-qt': '@latest' +- 'on': ['Linux/Qt6', 'Windows/Qt6', 'macOS/Qt6'] + 'require': + 'network/kio-extras': '@latest-kf6'