ci: another try to exclude runs in a matrix

This commit is contained in:
Mateusz Pusz
2024-01-23 22:44:55 +01:00
parent 9b98fcb118
commit bfe00f25e4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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