We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b127c commit 14ff0d6Copy full SHA for 14ff0d6
.github/workflows/linux.yml
@@ -37,7 +37,7 @@
37
compiler: clang-18
38
protoc: find
39
sanitize: OFF
40
- extra_cmake_configure_flags: "-DCMAKE_CXX_CLANG_TIDY=clang-tidy-18\;-warnings-as-errors=*"
+ extra_cmake_configure_flags: "-DCMAKE_CXX_CLANG_TIDY=clang-tidy-18\\;-warnings-as-errors=*"
41
42
runs-on: ubuntu-24.04
43
0 commit comments