Skip to content

Commit

Permalink
Fix clang tidy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored and vgvassilev committed Jun 2, 2024
1 parent ecbffaf commit 6a5f564
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
python-version: "3.11"

- name: Install LLVM and Clang
uses: KyleMayes/[email protected].2
uses: KyleMayes/[email protected].3
with:
version: "16.0.0"
version: "17.0.6"

- name: install lit
run: pip install lit
Expand All @@ -37,8 +37,11 @@ jobs:
build_dir: build
apt_packages: cmake,libxml2,libxml2-dev,libtinfo-dev,zlib1g-dev,libzstd-dev
split_workflow: true
config_file: .clang-tidy
cmake_command: >
cmake . -B build -DCMAKE_BUILD_TYPE="Release"
-DCMAKE_C_COMPILER="$GITHUB_WORKSPACE/llvm/bin/clang"
-DCMAKE_CXX_COMPILER="$GITHUB_WORKSPACE/llvm/bin/clang++"
-DUSE_CLING=OFF
-DUSE_REPL=ON
-DLLVM_DIR="$GITHUB_WORKSPACE/llvm"
Expand Down

0 comments on commit 6a5f564

Please sign in to comment.