From 697c379ee143b892e3b3b764437736155999aec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=90=E6=A5=9A=5Czhuzi?= Date: Sat, 25 Mar 2023 00:31:23 +0800 Subject: [PATCH] update --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 0bfd2080..ad9125e2 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 }}