diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 43f0332e..b898f924 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -38,10 +38,11 @@ jobs:
         with:
           # Version of Qt to install
           version: ${{ matrix.qt_ver }}
-          modules: 'qtmultimedia qt5compat'
+          modules: 'qtmultimedia'
           # Target platform for build
           # target: ${{ matrix.qt_target }}
           arch: ${{ matrix.qt_arch }}
+          archives: 'qt5compat'
           cached: 'false'
           aqtversion: '==2.1.*'          
       # 拉取代码