Disable currently failing DLL Release MSVS CI build

This was merged accidentally, leave only the passing static build until
the DLL build is fixed.
This commit is contained in:
Vadim Zeitlin 2021-08-24 17:26:22 +02:00
parent 6917f54c4b
commit 4d465837e0

View File

@ -44,15 +44,13 @@ on:
jobs:
msw-vs2019:
runs-on: windows-2019
name: wxMSW ${{ matrix.configuration }}/${{ matrix.platform }} MSVS 2019
name: wxMSW vs2019 ${{ matrix.configuration }}/${{ matrix.platform }}
strategy:
fail-fast: false
matrix:
include:
- configuration: 'Debug'
platform: 'Win32'
- configuration: '"DLL Release"'
platform: 'x64'
steps:
- name: Checkout