We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cbd28c commit 1b2874aCopy full SHA for 1b2874a
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 && sudo apt list clang-tidy && sudo apt upgrade clang-tidy && clang-tidy --version
51
- name: Build Paimon
52
shell: bash
53
env:
0 commit comments