We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecaaff commit 0f71626Copy full SHA for 0f71626
1 file changed
.github/workflows/ci.yml
@@ -143,6 +143,12 @@ jobs:
143
doxygen: true
144
checkout_submodules: recursive
145
clang_format_paths: src include benchmarks
146
+ clang_tidy_dependencies_command: |
147
+ sudo apt-get update
148
+ sudo apt-get install -y \
149
+ build-essential cmake ninja-build pkg-config \
150
+ llvm-dev libclang-dev clang \
151
+ libssl-dev libcurl4-openssl-dev wget ca-certificates gnupg
152
clang_tidy_install_rust: true
153
clang_tidy_setup_command: |
154
echo "CXXFLAGS=-Wno-deprecated-declarations" >> "$GITHUB_ENV"
0 commit comments