Skip to content

Commit

Permalink
build on vsstudio 2019 (wx widgets constraint)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Oct 2, 2024
1 parent d701514 commit e787b6e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/sub_buildWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,15 @@ on:

jobs:
Build:
runs-on: windows-latest
runs-on: windows-${{ matrix.vsversion }}
name: MSW vs${{ matrix.vsversion }} ${{ matrix.configuration }} ${{ matrix.platform }}
strategy:
fail-fast: false
matrix:
include:
- configuration: 'DLL Release'
platform: 'x64'
vsversion: 2019
continue-on-error: ${{ inputs.allowedToFail }}
env:
CPM_SOURCE_CACHE: C:/ISIMPA/CPM/
Expand Down

0 comments on commit e787b6e

Please sign in to comment.