From 6f38bb9985f7e7ac980f06afec5802c571f7c4a1 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:44:38 +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 43f0332..b898f92 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.*' # 拉取代码