From 30b8c19f52014c257776f7f367f22d6d173036fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=90=E6=A5=9A=5Czhuzi?= Date: Fri, 24 Mar 2023 23:37:04 +0800 Subject: [PATCH] update --- .github/workflows/windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9cc4b27..43f0332 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,11 +38,10 @@ jobs: with: # Version of Qt to install version: ${{ matrix.qt_ver }} - modules: 'qtmultimedia' + modules: 'qtmultimedia qt5compat' # Target platform for build # target: ${{ matrix.qt_target }} arch: ${{ matrix.qt_arch }} - archives: 'qtbase qtsvg qt5compat' cached: 'false' aqtversion: '==2.1.*' # 拉取代码