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:
4
.github/workflows/ci_msw.yml
vendored
4
.github/workflows/ci_msw.yml
vendored
@@ -44,15 +44,13 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
msw-vs2019:
|
msw-vs2019:
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
name: wxMSW ${{ matrix.configuration }}/${{ matrix.platform }} MSVS 2019
|
name: wxMSW vs2019 ${{ matrix.configuration }}/${{ matrix.platform }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- configuration: 'Debug'
|
- configuration: 'Debug'
|
||||||
platform: 'Win32'
|
platform: 'Win32'
|
||||||
- configuration: '"DLL Release"'
|
|
||||||
platform: 'x64'
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Reference in New Issue
Block a user