Skip to content

Commit

Permalink
Add set_packages option to clang-tidy-review workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Nov 29, 2024
1 parent 9d58b60 commit c70e1c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
id: review
with:
build_dir: build
apt_packages: cmake,libxml2,libxml2-dev,libtinfo-dev,zlib1g-dev,libzstd-dev
split_workflow: true
config_file: .clang-tidy
cmake_command: >
Expand All @@ -51,4 +52,4 @@ jobs:
cmake . -B build -DINSTALL_PYTHON=FALSE -DCMAKE_EXPORT_COMPILE_COMMANDS=ON || true
- name: Upload artifacts
uses: ZedThree/clang-tidy-review/[email protected]
uses: ZedThree/clang-tidy-review/[email protected]

0 comments on commit c70e1c6

Please sign in to comment.