Reduce the number of configs

This commit is contained in:
Victor Zverovich 2022-03-15 18:20:59 -07:00
parent 587dc9946d
commit c51604a0e1

View File

@ -18,6 +18,13 @@ jobs:
platform: Win32
build_type: Debug
shared: -DBUILD_SHARED_LIBS=ON
exclude:
- os: windows-2019
standard: 11
platform: Win32
- os: windows-2019
standard: 20
platform: Win32
steps:
- uses: actions/checkout@v2