From 603bab5d93cc6bdab9967912a9141f7107556f3c 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:15:20 +0800 Subject: [PATCH] update --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 050a9c8..615607f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,7 +38,8 @@ jobs: with: # Version of Qt to install version: ${{ matrix.qt_ver }} - modules: 'qtmultimedia qttools qt5compat' + archives: 'qttools' + modules: 'qtmultimedia qt5compat' # Target platform for build # target: ${{ matrix.qt_target }} arch: ${{ matrix.qt_arch }}