Skip to content

Commit 977c66e

Browse files
authored
Merge pull request #2948 from alebastr/clang-tidy-fix
ci: fix clang-tidy action
2 parents 450a344 + 5fc2b97 commit 977c66e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/clang-tidy.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
run: |
1818
meson -Dcpp_std=c++20 build # necessary to generate compile_commands.json
1919
ninja -C build # necessary to find certain .h files (xdg, wayland, etc.)
20+
- uses: actions/setup-python@v5
21+
with:
22+
python-version: '3.10' # to be kept in sync with cpp-linter-action
23+
update-environment: true # the python dist installed by the action needs LD_LIBRARY_PATH to work
2024
- uses: cpp-linter/cpp-linter-action@v2.9.1
2125
name: clang-tidy
2226
id: clang-tidy-check

0 commit comments

Comments
 (0)