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 90ed657 commit 362e87fCopy full SHA for 362e87f
.github/workflows/clang-tidy.yml
@@ -25,12 +25,12 @@ jobs:
25
26
- name: Install dependencies
27
run: |
28
- .github/workflows/dependencies_clang-tidy-apt-llvm.sh 17
+ .github/workflows/dependencies_clang-tidy-apt-llvm.sh 19
29
30
- name: Compile flame_wave
31
32
echo $AMREX_HOME
33
echo $MICROPHYSICS_HOME
34
cd Exec/science/subchandra
35
- 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
36
0 commit comments