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 8471402
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 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 @@ -61,8 +55,8 @@ jobs:
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 }}
tools: tools_opensslv3_${{matrix.config.platform}}
cache: 'true'

- name: Create Build Dir
shell: bash
Expand Down

0 comments on commit 8471402

Please sign in to comment.