Skip to content

Commit

Permalink
Exclude VS2019Release32 from Windows workflow
Browse files Browse the repository at this point in the history
Qt deploy cannot find OpenSSL libraries libcrypto.dll and libssl.dll
  • Loading branch information
bear101 committed Oct 7, 2023
1 parent 8f33724 commit fa22895
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
qtarch: win64_msvc2019_64
msystem: MINGW64
portablearch: win64
exlude:
- name: VS2019Release32

runs-on: ${{ matrix.vmimage }}
name: ${{ matrix.name }}
Expand Down

0 comments on commit fa22895

Please sign in to comment.