Update GHA matrix

This commit is contained in:
Mohammad Nejati
2024-11-26 06:51:29 +00:00
committed by Mohammad Nejati
parent e55670d0d0
commit bb42991e17
3 changed files with 8 additions and 8 deletions

View File

@@ -86,6 +86,6 @@ add_subdirectory(bench)
add_subdirectory(doc)
add_subdirectory(example)
if (BOOST_BEAST_BUILD_FUZZERS AND CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
if (BOOST_BEAST_BUILD_FUZZERS)
add_subdirectory(fuzz)
endif ()