From ad94c2e6deaec84e2533ac082424bd0fc241d6c6 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 31 May 2024 09:03:32 +0200 Subject: [PATCH] style: whitespaces trimmed in `ci-freestanding.yml` --- .github/workflows/ci-freestanding.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-freestanding.yml b/.github/workflows/ci-freestanding.yml index e9efc059c..407949d39 100644 --- a/.github/workflows/ci-freestanding.yml +++ b/.github/workflows/ci-freestanding.yml @@ -71,7 +71,7 @@ jobs: conan-config: "", } build_type: ["Release", "Debug"] - # TODO For some reason Clang-18 Debug with -ffreestanding does not pass CMakeTestCXXCompiler + # TODO For some reason Clang-18 Debug with -ffreestanding does not pass CMakeTestCXXCompiler exclude: - build_type: "Debug" config: { name: "Clang-18" }