diff options
| author | Méven Car <[email protected]> | 2023-05-08 15:04:49 +0200 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2023-05-08 15:04:49 +0200 |
| commit | 2d09024571a35e081f3f8cb2a50e293475f4d4d6 (patch) | |
| tree | 5debe156f8ce1844f408f48c37b34ca5e3f662d4 /.kde-ci.yml | |
| parent | 8126eae784fa7011e0c4005c4aa3c9b313693f2b (diff) | |
Correct baloo-widgets version used
Diffstat (limited to '.kde-ci.yml')
| -rw-r--r-- | .kde-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.kde-ci.yml b/.kde-ci.yml index 7281f63a2..90d0bee14 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -32,6 +32,6 @@ Dependencies: - 'on': ['Linux/Qt6', 'FreeBSD/Qt6'] 'require': - 'frameworks/baloo': '@same' - 'libraries/baloo-widgets': '@latest' + 'frameworks/baloo': '@latest-kf6' + 'libraries/baloo-widgets': '@same' |
