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
This commit is contained in:
parent
0cc8842c42
commit
7ece6f9d2c
2
.github/workflows/nightly-neon.sh
vendored
2
.github/workflows/nightly-neon.sh
vendored
@ -34,4 +34,4 @@ apt-get -y install \
|
|||||||
qttools5-dev \
|
qttools5-dev \
|
||||||
qttools5-dev-tools
|
qttools5-dev-tools
|
||||||
apt-get -y install \
|
apt-get -y install \
|
||||||
libappstreamqt-dev
|
libappstreamqt5-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user