Skip to content

Commit

Permalink
ci: Add plasma-workspace to RuntimeDependencies
Browse files Browse the repository at this point in the history
kscreenlocker has some really bad dependency issues. It should not pull
plasma-workspace. But without it, our ci fails.
  • Loading branch information
zzag committed Dec 21, 2023
1 parent 1169eed commit f1e1a54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .kde-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f1e1a54

Please sign in to comment.