mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 04:44:27 +02:00
ci: another try to exclude runs in a matrix
This commit is contained in:
2
.github/workflows/ci-conan.yml
vendored
2
.github/workflows/ci-conan.yml
vendored
@@ -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 }}
|
||||||
|
2
.github/workflows/ci-test-package-cmake.yml
vendored
2
.github/workflows/ci-test-package-cmake.yml
vendored
@@ -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 }}
|
||||||
|
Reference in New Issue
Block a user