diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0bfd208..ad9125e 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -39,7 +39,7 @@ jobs: # Version of Qt to install version: ${{ matrix.qt_ver }} archives: '6.4.3 qtbase qttools qtsvg qtqml qtquick' - modules: 'qtmultimedia qt5compat' + modules: 'qtmultimedia qt5compat qtqml qtquick' # Target platform for build # target: ${{ matrix.qt_target }} arch: ${{ matrix.qt_arch }}