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