From 33a82310a2bcb4e1245c918a25f928fabc082856 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 8 Jan 2024 18:50:49 +0100 Subject: [PATCH] ci: `cxx_modules` disabled for now for CMake Gated by https://gitlab.kitware.com/cmake/cmake/-/issues/25568 --- .github/workflows/ci-test-package-cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 6d5e40e3..926e49a9 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -101,7 +101,7 @@ jobs: cxx: "clang++-17", }, lib: "libc++", - cxx_modules: "True", + cxx_modules: "False", } - { name: "Apple Clang 15",