From 7e60bfd37fbea2dc55a8f4300df708899f0e8cd6 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:52:37 +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 a90da00..acf821e 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 }} - modules: 'qtmultimedia qt5compat' + modules: 'qtmultimedia qtcompat' install-deps: 'true' # Target platform for build # target: ${{ matrix.qt_target }}