From 5f7b54dff5de183ee88e7f18b9cf6a3491bcdefd Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Sat, 9 Dec 2023 18:20:08 +0100 Subject: [PATCH] CI: Qt module dependencies --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 171e5d2..74290c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: target: 'desktop' dir: '${{ github.workspace }}/qt/' install-deps: 'true' - modules: 'Qt6Core Qt6Gui Qt6Widgets Qt6Svg Qt6Xml Qt6PrintSupport Qt6TextToSpeech Qt6Test QtOpenGL QtOpenGLWidgets' + modules: 'qtsvg qtxml qtprintsupport qtspeech qttest qtopengl qtopenglwidgets' cache: 'true' cache-key-prefix: ${{ runner.os }}-qt-660