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