From 3c978f1655bcbd972317b4ac8ae8117297eda08c 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:18:33 +0800 Subject: [PATCH] update --- .github/workflows/windows.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1cc72f3..83e5215 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -34,15 +34,16 @@ jobs: # 安装Qt - name: Install Qt # 使用外部action。这个action专门用来安装Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: # Version of Qt to install version: ${{ matrix.qt_ver }} + modules: 'qtmuiltimedia' # Target platform for build # target: ${{ matrix.qt_target }} arch: ${{ matrix.qt_arch }} cached: 'false' - aqtversion: '==2.0.5' + aqtversion: '==2.1.*' # 拉取代码 - uses: actions/checkout@v2 with: