From 4d465837e09743d56515e8d501d274e8b21d269c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 24 Aug 2021 17:26:22 +0200 Subject: [PATCH] Disable currently failing DLL Release MSVS CI build This was merged accidentally, leave only the passing static build until the DLL build is fixed. --- .github/workflows/ci_msw.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci_msw.yml b/.github/workflows/ci_msw.yml index e0ed0653bb..bcaef8be85 100644 --- a/.github/workflows/ci_msw.yml +++ b/.github/workflows/ci_msw.yml @@ -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