From d06785765cc64e4f7406b4ee8a39badfd25d27cf Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sun, 17 Sep 2023 22:30:20 +0800 Subject: [PATCH] remove win32 --- .github/workflows/ci-win.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index 9135670dc1..977e24e950 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -27,12 +27,6 @@ jobs: platform: x64, qt: 6.5.2 } - - { - name: "Build On Win32 Qt 6.5", - arch: win32_msvc2019, - platform: x86, - qt: 6.5.2 - } steps: # Checks-out your repository under $GITHUB_WORKSPACE. @@ -60,9 +54,9 @@ jobs: version: ${{matrix.config.qt}} target: desktop arch: ${{matrix.config.arch}} - modules: qtwebengine - tools: tools_openssl_${{matrix.config.platform}},3.0.10,qt.tools.openssl.win_${{matrix.config.platform}} - cached: ${{ steps.cache-qt.outputs.cache-hit }} + modules: 'qtwebengine qt5compat' + tools: tools_opensslv3_${{matrix.config.platform}} + cache: 'true' - name: Create Build Dir shell: bash