From a2ac23043a88845621ce4a1d5f4a5a09e7ba9afa Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Wed, 17 Apr 2024 11:40:50 +0100 Subject: [PATCH] ci: `cxx_modules` enabled for CMake --- .github/workflows/ci-test-package-cmake.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index e87e6f5e6c..a8a669a33c 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -105,7 +105,7 @@ jobs: cxx: "clang++-17", }, lib: "libc++", - cxx_modules: "False", + cxx_modules: "True", std_format_support: "True", } - { @@ -119,7 +119,7 @@ jobs: cxx: "clang++-18", }, lib: "libc++", - cxx_modules: "False", + cxx_modules: "True", std_format_support: "True" } - {