Skip to content

Commit b86e44f

Browse files
committed
fix clang-tidy ci
1 parent 0159aee commit b86e44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Checkout code
4646
uses: actions/checkout@v4
4747
- name: Install clang-tidy
48-
run: apt update && apt install -y clang-tidy-17 python-is-python3
48+
run: apt update && apt install -y clang-tidy-17 python-is-python3 cmake
4949
- name: Restore cache
5050
uses: actions/cache/restore@v3
5151
with:

0 commit comments

Comments
 (0)