ci: building C++ modules disabled for apple-clang-15

This commit is contained in:
Mateusz Pusz
2024-01-06 08:51:01 +01:00
parent 4223f813cd
commit 614d82dece
2 changed files with 2 additions and 2 deletions

View File

@ -114,7 +114,7 @@ jobs:
cc: "clang",
cxx: "clang++",
},
conan-config: "-o cxx_modules=True",
conan-config: "",
}
build_type: ["Release", "Debug"]

View File

@ -110,7 +110,7 @@ jobs:
cc: "clang",
cxx: "clang++",
},
conan-config: "-o cxx_modules=True",
conan-config: "",
}
build_type: ["Release", "Debug"]