Skip to content

Commit

Permalink
ci: building C++ modules disabled for apple-clang-15
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Dec 29, 2023
1 parent c4732c1 commit 8f55e13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
cc: "clang",
cxx: "clang++",
},
conan-config: "-o cxx_modules=True",
conan-config: "",
}
build_type: ["Release", "Debug"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-package-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
cc: "clang",
cxx: "clang++",
},
conan-config: "-o cxx_modules=True",
conan-config: "",
}
build_type: ["Release", "Debug"]

Expand Down

0 comments on commit 8f55e13

Please sign in to comment.