Skip to content

Commit

Permalink
Merge pull request #2948 from alebastr/clang-tidy-fix
Browse files Browse the repository at this point in the history
ci: fix clang-tidy action
  • Loading branch information
Alexays authored Feb 21, 2024
2 parents 450a344 + 5fc2b97 commit 977c66e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
run: |
meson -Dcpp_std=c++20 build # necessary to generate compile_commands.json
ninja -C build # necessary to find certain .h files (xdg, wayland, etc.)
- uses: actions/setup-python@v5
with:
python-version: '3.10' # to be kept in sync with cpp-linter-action
update-environment: true # the python dist installed by the action needs LD_LIBRARY_PATH to work
- uses: cpp-linter/cpp-linter-action@v2.9.1
name: clang-tidy
id: clang-tidy-check
Expand Down

0 comments on commit 977c66e

Please sign in to comment.