From 0bcef19d008e34e12b8106c9324448aeccb2b166 Mon Sep 17 00:00:00 2001 From: uncor3 Date: Sat, 13 Sep 2025 03:21:31 +0000 Subject: [PATCH] update workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecbd933..85009a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: uses: jurplel/install-qt-action@v3 with: version: '6.7.2' - modules: 'qtmultimedia qtlocation qtpositioning qtquick qtquickwidgets qtsvg' + modules: 'qtmultimedia qtlocation qtpositioning qtdeclarative' - name: Install Linux dependencies (apt) if: runner.os == 'Linux'