From: Méven Car Date: Mon, 8 May 2023 13:04:49 +0000 (+0200) Subject: Correct baloo-widgets version used X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/2d09024571a35e081f3f8cb2a50e293475f4d4d6 Correct baloo-widgets version used --- 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'