diff options
| author | Nicolas Fella <[email protected]> | 2023-11-05 15:38:43 +0100 |
|---|---|---|
| committer | Nicolas Fella <[email protected]> | 2023-11-05 15:38:43 +0100 |
| commit | 69c33627d638c8ff7e4016ddbb3c485a6b1868bf (patch) | |
| tree | 1b15cfb6b29c7db34350b37705454eeaa6c4ecc0 | |
| parent | bcde430bd532436db31a16f6efff46b32ab38bc1 (diff) | |
Adapt to libraries moving
| -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 2cbc8de11..28fcaac56 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -21,12 +21,12 @@ Dependencies: 'frameworks/knotifications': '@latest-kf6' 'frameworks/kcrash': '@latest-kf6' 'frameworks/kwindowsystem': '@latest-kf6' - 'frameworks/kactivities': '@latest-kf6' 'frameworks/kdoctools': '@latest-kf6' 'frameworks/kwindowsystem': '@latest-kf6' 'frameworks/kfilemetadata': '@latest-kf6' 'frameworks/kcodecs': '@latest-kf6' - 'libraries/kuserfeedback': '@latest-kf6' + 'frameworks/kuserfeedback': '@latest-kf6' + 'plasma/kactivities': '@latest-kf6' 'libraries/phonon': '@latest-kf6' 'libraries/kmoretools': '@latest-kf6' |
