From 57d453d574600419870cd4eb12cbdb3fea066d10 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:33:36 +0800 Subject: [PATCH] update --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ad9125e..4883b28 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,8 +38,8 @@ jobs: with: # Version of Qt to install version: ${{ matrix.qt_ver }} - archives: '6.4.3 qtbase qttools qtsvg qtqml qtquick' - modules: 'qtmultimedia qt5compat qtqml qtquick' + archives: '6.4.3 qtbase qttools qtsvg' + modules: 'qtmultimedia qt5compat qml quick' # Target platform for build # target: ${{ matrix.qt_target }} arch: ${{ matrix.qt_arch }}