Skip to content

Commit 3ca6218

Browse files
committed
fix: run protobuf compiler first
1 parent 6f4e1a7 commit 3ca6218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clang-tidy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
6666
- name: Run clang-tidy
6767
run: |
68+
cmake --build build --target opentelemetry_proto
6869
jq -r .[].file build/compile_commands.json | grep -vE '/(generated|third_party)/' | xargs -P $(nproc) -n 1 clang-tidy --quiet -p build 2>&1 | tee -a clang-tidy.log
6970
7071
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)