From: Nicolas Fella Date: Sun, 30 Jul 2023 11:48:19 +0000 (+0200) Subject: Don't request kio-extras on FreeBSD X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/be812553837c90520969a502d4a5df64866234f9 Don't request kio-extras on FreeBSD It's not available on freebsd-qt6 --- 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'