From 795fc2677767acd2a1663bba4529a6490c8b783b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E5=AD=90=E6=A5=9A=5Czhuzi?= Date: Sat, 25 Mar 2023 00:21:07 +0800 Subject: [PATCH] update --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 615607f..e2c4e9f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,7 +38,7 @@ jobs: with: # Version of Qt to install version: ${{ matrix.qt_ver }} - archives: 'qttools' + archives: '6.4.3 qtbase qttools' modules: 'qtmultimedia qt5compat' # Target platform for build # target: ${{ matrix.qt_target }}