Skip to content

Commit

Permalink
remove win32
Browse files Browse the repository at this point in the history
  • Loading branch information
tamlok committed Sep 17, 2023
1 parent 63550da commit d067857
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d067857

Please sign in to comment.