From 8ea7f3e06619d06c37b2f80aba3a1712237c2516 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 19 Oct 2023 03:39:05 -0400 Subject: [PATCH] Fix ci Use stable version from plasma workspace --- .kde-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kde-ci.yml b/.kde-ci.yml index bec5820c5..f7efbc942 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -26,4 +26,4 @@ Dependencies: 'frameworks/kwayland': '@latest' 'frameworks/kwindowsystem': '@latest' 'frameworks/kxmlgui': '@latest' - 'plasma/plasma-workspace': '@same' + 'plasma/plasma-workspace': '@stable'