From d2e1a6fef99a0f01e2638e5df4103f875519b903 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:46:07 +0800 Subject: [PATCH] update --- .github/workflows/windows.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e995a475..a90da002 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -38,12 +38,8 @@ jobs: with: # Version of Qt to install version: ${{ matrix.qt_ver }} - archives: '6.4.3 qt3d qtbase qtcharts qtconnectivity qtdatavis3d qtdeclarative qtgamepad qtgraphicaleffects -qtimageformats qtlocation qtlottie qtmultimedia qtnetworkauth qtpurchasing qtquick3d -qtquickcontrols qtquickcontrols2 qtquicktimeline qtremoteobjects qtscript qtscxml qtsensors -qtserialbus qtserialport qtspeech qtsvg qttools qtvirtualkeyboard qtwayland qtwebchannel -qtwebengine qtwebglplugin qtwebsockets qtwebview qtx11extras qtxmlpatterns' - modules: 'qtmultimedia qt5compat qttools' + modules: 'qtmultimedia qt5compat' + install-deps: 'true' # Target platform for build # target: ${{ matrix.qt_target }} arch: ${{ matrix.qt_arch }}