Skip to content

Commit

Permalink
Install wget clang tidy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Nov 29, 2024
1 parent 3ee243f commit e81ddb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: review
with:
build_dir: build
apt_packages: cmake,libxml2,libxml2-dev,libtinfo-dev,zlib1g-dev,libzstd-dev
apt_packages: cmake,libxml2,libxml2-dev,libtinfo-dev,zlib1g-dev,libzstd-dev,wget
split_workflow: true
config_file: .clang-tidy
cmake_command: >
Expand Down

0 comments on commit e81ddb9

Please sign in to comment.