From 7ece6f9d2c0004b1b221cccd1828f454c6bb303e Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 28 Sep 2023 21:39:25 +0200 Subject: [PATCH] CI: install the right flavor of appstreamqt Needs "qt5" for the Qt5 version, and no suffix for Qt6. Now we can at least spot the build error in neon-nightly. SEE #2202 --- .github/workflows/nightly-neon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-neon.sh b/.github/workflows/nightly-neon.sh index 18b99f9b9..cb0be4409 100755 --- a/.github/workflows/nightly-neon.sh +++ b/.github/workflows/nightly-neon.sh @@ -34,4 +34,4 @@ apt-get -y install \ qttools5-dev \ qttools5-dev-tools apt-get -y install \ - libappstreamqt-dev + libappstreamqt5-dev