┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Fella <[email protected]>2023-07-30 13:48:19 +0200
committerNicolas Fella <[email protected]>2023-07-30 13:48:19 +0200
commitbe812553837c90520969a502d4a5df64866234f9 (patch)
treed110a8826c559c3d55f34c95273b7194f231016d
parent2f36c05b9c37c94d8d5008fe6a29c6292bf0b02a (diff)
Don't request kio-extras on FreeBSD
It's not available on freebsd-qt6
-rw-r--r--.kde-ci.yml4
1 files changed, 3 insertions, 1 deletions
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'