From 00f08eaf9936b067ceca1aa6d6439adefe27cc84 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:25:12 +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 e2c4e9f6..5bd3f674 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,7 +38,7 @@ jobs: with: # Version of Qt to install version: ${{ matrix.qt_ver }} - archives: '6.4.3 qtbase qttools' + archives: '6.4.3 qtbase qttools qtsvg qtquickcontrols2' modules: 'qtmultimedia qt5compat' # Target platform for build # target: ${{ matrix.qt_target }}