mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Reduce the number of configs
This commit is contained in:
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@ -18,6 +18,13 @@ jobs:
|
|||||||
platform: Win32
|
platform: Win32
|
||||||
build_type: Debug
|
build_type: Debug
|
||||||
shared: -DBUILD_SHARED_LIBS=ON
|
shared: -DBUILD_SHARED_LIBS=ON
|
||||||
|
exclude:
|
||||||
|
- os: windows-2019
|
||||||
|
standard: 11
|
||||||
|
platform: Win32
|
||||||
|
- os: windows-2019
|
||||||
|
standard: 20
|
||||||
|
platform: Win32
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
Reference in New Issue
Block a user