fix: excluded build config in CI fixed

This commit is contained in:
Mateusz Pusz
2024-01-23 22:34:13 +01:00
parent d67de617c5
commit b5fc5cb37f
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ jobs:
build_type: ["Release", "Debug"]
exclude:
- formatting: "std::format"
std_format_support: "False"
config.std_format_support: "False"
env:
CC: ${{ matrix.config.compiler.cc }}

View File

@@ -124,7 +124,7 @@ jobs:
build_type: ["Release", "Debug"]
exclude:
- formatting: "std::format"
std_format_support: "False"
config.std_format_support: "False"
env:
CC: ${{ matrix.config.compiler.cc }}