From 614d82dece34be440afb84f86e8a2005b93cdf5c Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 6 Jan 2024 08:51:01 +0100 Subject: [PATCH] ci: building C++ modules disabled for apple-clang-15 --- .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 58597a85..4250509b 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -114,7 +114,7 @@ jobs: cc: "clang", cxx: "clang++", }, - conan-config: "-o cxx_modules=True", + conan-config: "", } build_type: ["Release", "Debug"] diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 5670b0e1..65696cc9 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -110,7 +110,7 @@ jobs: cc: "clang", cxx: "clang++", }, - conan-config: "-o cxx_modules=True", + conan-config: "", } build_type: ["Release", "Debug"]