From 271d758f8c21a280567b373a1e12cc5bb3569f0d Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Fri, 5 May 2023 10:16:23 +0200 Subject: [PATCH] Add wayland to third-party deps --- .kde-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index c72cced6a8..a99ec1e5bb 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -35,6 +35,8 @@ Dependencies: 'plasma/kglobalacceld': '@same' 'plasma/kpipewire': '@same' 'plasma/kscreenlocker': '@same' + 'third-party/wayland': '@latest' + 'third-party/wayland-protocols': '@latest' Options: ctest-arguments: '--repeat until-pass:5'