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