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:
parent
6917f54c4b
commit
4d465837e0
4
.github/workflows/ci_msw.yml
vendored
4
.github/workflows/ci_msw.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user