diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b898f92..6aedc6d 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' # Target platform for build # target: ${{ matrix.qt_target }} arch: ${{ matrix.qt_arch }} - archives: 'qt5compat' + archives: 'qtbase qtmultimedia qt5compat qtsvg' cached: 'false' aqtversion: '==2.1.*' # 拉取代码