From b5fc5cb37fc2d759d4c8ccb939b2c46a792e05c0 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 23 Jan 2024 22:34:13 +0100 Subject: [PATCH] fix: excluded build config in CI fixed --- .github/workflows/ci-conan.yml | 2 +- .github/workflows/ci-test-package-cmake.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index aab13c3d..2768cabd 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -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 }} diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 2e27b4e2..b160adf0 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -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 }}