diff options
| author | Ben Cooksley <[email protected]> | 2021-11-21 16:06:32 +1300 |
|---|---|---|
| committer | Ben Cooksley <[email protected]> | 2021-11-21 16:06:32 +1300 |
| commit | caa639fb44a798379d273f26fd13f8de1daf3350 (patch) | |
| tree | cfde45e6c3c7bf87ea662b7d9c35daab683737a9 /.kde-ci.yml | |
| parent | 5bb6bf8d1eec5c720dfd4a090aa535c1f0e8f8b4 (diff) | |
Baloo widgets lives in the same module, use the correct definition to grab it
Diffstat (limited to '.kde-ci.yml')
| -rw-r--r-- | .kde-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.kde-ci.yml b/.kde-ci.yml index bcf24537f..3f3b7f8bc 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -26,6 +26,6 @@ Dependencies: 'frameworks/baloo': '@stable' 'frameworks/kwindowsystem': '@stable' 'frameworks/kfilemetadata': '@stable' - 'libraries/baloo-widgets': '@stable' + 'libraries/baloo-widgets': '@same' 'libraries/kuserfeedback': '@stable' 'libraries/phonon': '@stable' |
