diff options
| author | Nicolas Fella <[email protected]> | 2023-05-31 14:37:06 +0200 |
|---|---|---|
| committer | Nicolas Fella <[email protected]> | 2023-05-31 14:37:06 +0200 |
| commit | 5b301819faca3a517256faa8de831b87e0df545b (patch) | |
| tree | e6efa16d288e48e74a1dc045ff3906f59328ea88 | |
| parent | b5b6762b15564919b32b33cde9961a75a2e3de22 (diff) | |
[CI] Fix baloo-widgets branch
@same pulls in the kf6 branch, but we want master
| -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 94853b5f5..68e460d4c 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -33,6 +33,6 @@ Dependencies: - 'on': ['Linux/Qt6', 'FreeBSD/Qt6'] 'require': 'frameworks/baloo': '@latest-kf6' - 'libraries/baloo-widgets': '@same' + 'libraries/baloo-widgets': '@latest-kf6' 'third-party/packagekit-qt': '@latest' |
