ci: Add plasma-workspace to RuntimeDependencies
kscreenlocker has some really bad dependency issues. It should not pull plasma-workspace. But without it, our ci fails.
This commit is contained in:
parent
1169eed24a
commit
f1e1a54200
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ RuntimeDependencies:
|
|||
'require':
|
||||
'frameworks/kirigami': '@latest-kf6'
|
||||
'plasma/libplasma': '@same'
|
||||
'plasma/plasma-workspace': '@same' # kscreenlocker needs it
|
||||
|
||||
Options:
|
||||
ctest-arguments: '--repeat until-pass:5'
|
||||
|
|
Loading…
Reference in a new issue