We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ceedde commit 9d58404Copy full SHA for 9d58404
.github/workflows/clang-tidy.yml
@@ -26,10 +26,10 @@ jobs:
26
27
- name: Install dependencies
28
run: |
29
- .github/workflows/dependencies_clang-tidy-apt-llvm.sh 17
+ .github/workflows/dependencies_clang-tidy-apt-llvm.sh 19
30
31
- name: Compile burn_cell_sdc
32
33
cd unit_test/burn_cell_sdc
34
- make USE_MPI=FALSE USE_CLANG_TIDY=TRUE CLANG_TIDY=clang-tidy-17 CLANG_TIDY_WARN_ERROR=TRUE -j 4
+ make USE_MPI=FALSE USE_CLANG_TIDY=TRUE CLANG_TIDY=clang-tidy-19 CLANG_TIDY_WARN_ERROR=TRUE -j 4
35
0 commit comments