Skip to content

Commit 1b2874a

Browse files
committed
chore: update clang-tidy version and fix clang-tidy
1 parent 7cbd28c commit 1b2874a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/clang_test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
uses: ./.github/actions/setup-ccache
4646
with:
4747
cache-key-prefix: ccache-clang-test
48+
- name: Update Dependency
49+
shell: bash
50+
run: clang-tidy --version && sudo apt list clang-tidy && sudo apt upgrade clang-tidy && clang-tidy --version
4851
- name: Build Paimon
4952
shell: bash
5053
env:

0 commit comments

Comments
 (0)