diff --git a/.github/workflows/ci-freestanding.yml b/.github/workflows/ci-freestanding.yml index e9efc059..407949d3 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" }