From ebf4cfb825b4e3706c10e121304edc5253f80b66 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Thu, 29 Dec 2022 20:50:52 +0100 Subject: [PATCH] Add QCoro to third-party deps --- .kde-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.kde-ci.yml b/.kde-ci.yml index b09abea89..d98548e92 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -18,6 +18,7 @@ Dependencies: 'third-party/libquotient': '@latest' 'third-party/qtkeychain': '@latest' 'third-party/cmark': '@latest' + 'third-party/qcoro': '@latest' - 'on': ['Windows', 'Linux', 'FreeBSD'] 'require': 'frameworks/qqc2-desktop-style': '@stable'