CI: install the Qt SVG icon engine instead of breeze-icon-theme

draw-bezier-curves only exists as SVG in the qet icon theme; on
Debian/Ubuntu the SVG icon engine lives in qt6-svg-plugins, which
--no-install-recommends leaves out. breeze-icon-theme is not needed:
the test uses the qet theme compiled into the binary.
This commit is contained in:
Laurent Trinques
2026-09-17 15:57:05 +02:00
parent 9519b70826
commit b4fcef1829
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
# that appears to be about QElectroTech and is not.
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
extra-cmake-modules libkf6coreaddons-dev libkf6widgetsaddons-dev \
breeze-icon-theme
qt6-svg-plugins
- uses: actions/checkout@v4
with: