We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbd28c commit 7d8532cCopy full SHA for 7d8532c
1 file changed
.github/workflows/clang_test.yaml
@@ -45,6 +45,9 @@ jobs:
45
uses: ./.github/actions/setup-ccache
46
with:
47
cache-key-prefix: ccache-clang-test
48
+ - name: Update Dependency
49
+ shell: bash
50
+ run: clang-tidy --version && clang-tidy -checks='*' -list-checks && sudo apt list clang-tidy && sudo apt update && sudo apt install clang-tidy && clang-tidy --version && clang-tidy -checks='*' -list-checks
51
- name: Build Paimon
52
shell: bash
53
env:
0 commit comments