Skip to content

Commit 6a5f564

Browse files
mcbartonvgvassilev
authored andcommitted
Fix clang tidy workflow
1 parent ecbffaf commit 6a5f564

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/clang-tidy-review.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
python-version: "3.11"
2424

2525
- name: Install LLVM and Clang
26-
uses: KyleMayes/[email protected].2
26+
uses: KyleMayes/[email protected].3
2727
with:
28-
version: "16.0.0"
28+
version: "17.0.6"
2929

3030
- name: install lit
3131
run: pip install lit
@@ -37,8 +37,11 @@ jobs:
3737
build_dir: build
3838
apt_packages: cmake,libxml2,libxml2-dev,libtinfo-dev,zlib1g-dev,libzstd-dev
3939
split_workflow: true
40+
config_file: .clang-tidy
4041
cmake_command: >
4142
cmake . -B build -DCMAKE_BUILD_TYPE="Release"
43+
-DCMAKE_C_COMPILER="$GITHUB_WORKSPACE/llvm/bin/clang"
44+
-DCMAKE_CXX_COMPILER="$GITHUB_WORKSPACE/llvm/bin/clang++"
4245
-DUSE_CLING=OFF
4346
-DUSE_REPL=ON
4447
-DLLVM_DIR="$GITHUB_WORKSPACE/llvm"

0 commit comments

Comments
 (0)