Skip to content

Commit 7320ace

Browse files
authored
Fix clang tidy review workflow
1 parent ecbffaf commit 7320ace

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 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
@@ -39,6 +39,8 @@ jobs:
3939
split_workflow: true
4040
cmake_command: >
4141
cmake . -B build -DCMAKE_BUILD_TYPE="Release"
42+
-DCMAKE_C_COMPILER="$GITHUB_WORKSPACE/llvm/bin/clang"
43+
-DCMAKE_CXX_COMPILER="$GITHUB_WORKSPACE/llvm/bin/clang++"
4244
-DUSE_CLING=OFF
4345
-DUSE_REPL=ON
4446
-DLLVM_DIR="$GITHUB_WORKSPACE/llvm"

0 commit comments

Comments
 (0)